TcxCustomHitTestController Class
Contains the general HitTest information about a specific point of the editing control.
Declaration
TcxCustomHitTestController = class(
TObject
)
Remarks
The information provided by this class includes:
Hit test code (a unique identifier for an editing control element) (HitState).
The element to which the point belongs (HitTestItem).
The flag indicating if the point belongs to the embedded navigator (HitAtNavigator).
The flag indicating if the point belongs to the built-in Find Panel (HitAtFindPanel).
The flag indicating if the point belongs to the built-in filter panel (HitAtFilterBox).
Inheritance
TObject
TcxCustomHitTestController
See Also