TcxGridRowIndicatorHitTest Class
Stores HitTest information about the row indicator located at the inspected point.
Declaration
TcxGridRowIndicatorHitTest = class(
TcxGridRecordHitTest
)
Remarks
The TcxGridRowIndicatorHitTest
class overrides the HitTestCode function to return the htRowIndicator
value if the row indicator is located at the inspected point and introduces the MultiSelect field whose values allow you to determine if multiple selection of records or grouping rows is in effect.
Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridRecordHitTest
TcxGridRowIndicatorHitTest
See Also