TcxCustomHitTestController.HitPoint Property
Specifies the test point within an editing control.
Declaration
property HitPoint: TPoint read; write;
Property Value
Type |
---|
TPoint |
Remarks
Use this property to obtain or to set the exact coordinates of the test point. You can also set the appropriate point via the HitX and HitY properties.
See Also