TcxCustomHitTestController.HitState Property
In This Article
Determines the control element to which the test point belongs.
#Declaration
Delphi
property HitState: TcxHitCode read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use this property to obtain the hit code of the control element that owns the test point.
Unlike HitCode, HitState does not check if the test point belongs to a certain control element but immediately returns the test point’s hit code.
See Also