TcxvgHitTest.HitCellIndex Property
Returns the index of the row’s cell that the mouse pointer is over.
Declaration
property HitCellIndex: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Read the HitCellIndex property to determine the index of the row’s cell under the mouse pointer. The property is useful when working with multieditor rows (see TcxCustomMultiEditorRow). For simple editor rows (see TcxCustomRow), the property returns 0.
Additionally, you can obtain the row under the mouse pointer using the HitRow property.
See Also