TcxCustomHitTestController.HitTestItem Property
Specifies the editing control element to which the test point belongs.
Declaration
property HitTestItem: TObject read; write;
Property Value
Type |
---|
TObject |
Remarks
Unlike the HitCode or the HitState property, this property does not return an element’s code but instead it specifies its class. Use the HitTestItem property to access the element’s properties and methods.
See Also