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

TcxGridRecordHitTest Class

Contains the HitTest information about a grid View record located at the inspected point.

Declaration

TcxGridRecordHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

This class introduces the following members:

  • The GridRecord property that provides access to the properties and methods of the grid record being inspected;

  • The CanClick function which determines if the inspected grid record can initiate record management operations (such as drag and drop, focusing and selection).

In addition, the TcxGridRecordHitTest class overrides the HitTestCode method to return the htRecord hit code if a grid View record is located at the inspected point.

Inheritance

See Also