TcxGridCardScrollButtonDownHitTest Class
In This Article
Stores HitTest information about the card scroll down button located at the inspected point.
#Declaration
Delphi
TcxGridCardScrollButtonDownHitTest = class(
TcxGridRecordHitTest
)
#Remarks
The TcxGridCardScrollButtonDownHitTest
class overrides the HitTestCode function to return the htCardScrollButtonDown
hit code if the card scroll down button is located at the inspected point.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridRecordHitTest
TcxGridCardScrollButtonDownHitTest
See Also