TcxGridIndicatorHitTest Class
In This Article
Stores HitTest information about the indicator column located at the inspected point.
#Declaration
Delphi
TcxGridIndicatorHitTest = class(
TcxCustomGridViewHitTest
)
#Remarks
The TcxGridIndicatorHitTest
class overrides the HitTestCode function to return the htIndicator
hit code if the indicator column is located at the inspected point.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridIndicatorHitTest
See Also