vcl-cxgriddetailssite-23edfd06.md
Stores 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.
TcxGridDetailsSiteTabHitTest = class(
TcxCustomGridHitTest
)
The TcxGridDetailsSiteTabHitTest class introduces the following properties:
LevelProvides access to the grid level at which the tab panel that includes the inspected tab is located.OwnerProvides access to the immediate parent object of the grid level.
In addition, the TcxGridDetailsSiteTabHitTest class overrides the HitTestCode function to return the htTab hit code if a tab View record is located at the inspected point.
TObject TcxCustomGridHitTest TcxGridDetailsSiteTabHitTest
See Also