TcxGridRowSizingEdgeHitTest Class
In This Article
Stores HitTest information about the row sizing handle located at the inspected point.
#Declaration
Delphi
TcxGridRowSizingEdgeHitTest = class(
TcxGridRecordHitTest
)
#Remarks
The TcxGridRowSizingEdgeHitTest
class overrides the HitTestCode function to return the htRowSizingEdge
hit code if the row sizing handle is located at the inspected point.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridRecordHitTest
TcxGridRowSizingEdgeHitTest
See Also