TcxGridDetailsSiteTabHitTest Class
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.
Declaration
TcxGridDetailsSiteTabHitTest = class(
TcxCustomGridHitTest
)
Remarks
The TcxGridDetailsSiteTabHitTest
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 function to return the htTab
hit code if a tab View record is located at the inspected point.
Inheritance
TObject
TcxCustomGridHitTest
TcxGridDetailsSiteTabHitTest
See Also