TcxvgHitTest.HitAtValue Property
Indicates that the mouse pointer is over a row’s value.
Declaration
property HitAtValue: Boolean index vghc_HitAtValue read;
Property Value
| Type |
|---|
| Boolean |
Remarks
Read the HitAtValue property to determine whether the mouse pointer is over a row’s cell.

Additionally, you can determine whether the mouse pointer is over a row’s caption using the HitAtCaption property.
See Also