TcxCustomHitTestController.HitPoint Property
In This Article
Specifies the test point within an editing control.
#Declaration
Delphi
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