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