Back to Devexpress

TcxCustomGridHitTest Class

vcl-cxgridcustomview-d8d9cc4c.md

latest969 B
Original Source

TcxCustomGridHitTest Class

Stores HitTest information about a grid element (grid control element or grid View element) located at the inspected point.

Declaration

delphi
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

TcxCustomGridHitTest Members

cxGridCustomView Unit