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

TcxGridNoneHitTest Class

Contains the HitTest information about any point within the grid which doesn’t contain any visible Views.

Declaration

TcxGridNoneHitTest = class(
    TcxCustomGridHitTest
)

Remarks

The TcxGridNoneHitTest class does not introduce any new functionality, but instead designates the hit code (which is equal to htNone) of any point within or outside the grid which doesn’t contain any visible Views.

Inheritance

TObject
TcxCustomGridHitTest
TcxGridNoneHitTest
See Also