Skip to main content
A newer version of this page is available. .

TcxGridCardScrollButtonDownHitTest Class

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

Declaration

TcxGridCardScrollButtonDownHitTest = class(
    TcxGridRecordHitTest
)

Remarks

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

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

Inheritance

See Also