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

TcxCustomGridHitTest Class

Contains general 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).

Refer to the Understanding HitTests topic to learn about HitTest classes available within various grid Views.

You shouldn’t create any HitTest class instances directly. They are created automatically on demand.

Inheritance

TObject
TcxCustomGridHitTest
See Also