Skip to main content

TcxGridDetailsSiteTabHitTest Class

Contains the HitTest information about the tab within the tab panel displayed at the root or child (detail) grid level which is located at the inspected point.

Declaration

TcxGridDetailsSiteTabHitTest = class(
    TcxCustomGridHitTest
)

Remarks

This class introduces the following properties:

  • Level – provides access to the grid level at which the tab panel that includes the inspected tab is located;

  • Owner – provides access to the immediate parent object of the grid level.

In addition, the TcxGridDetailsSiteTabHitTest class overrides the HitTestCode method to return the htTab hit code if a tab View record is located at the inspected point.

Inheritance

TObject
TcxCustomGridHitTest
TcxGridDetailsSiteTabHitTest
See Also