TcxCustomGridHitTest Class
Stores HitTest information about a grid element (grid control element or grid View element) located at the inspected point.
Declaration
TcxCustomGridHitTest = class(
TObject
)
Remarks
A HitTest object (an instance of a TcxCustomGridHitTest
descendant) contains the following information on a grid element located at the inspected point:
- Position (Pos).
- Hit code (HitTestCode).
- Mouse pointer image (Cursor).
- Element-specific information (varies depending upon the HitTest class).
Inheritance
TObject
TcxCustomGridHitTest
See Also