Skip to main content

TcxGridCardScrollButtonUpHitTest Class

Contains the HitTest information about the card scroll up button located at the inspected point.

Unit

cxGridCardView

Declaration

TcxGridCardScrollButtonUpHitTest = class(
    TcxGridRecordHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htCardScrollButtonUp hit code if the card scroll up button is located at the inspected point.

Refer to the description of the NeedsScrollingUp function for details on the circumstances when the card scroll up button appears.

See Also