TcxCustomHitTestController.HitX Property
Specifies the horizontal coordinate of the point within an editing control.
Declaration
property HitX: Integer index 0 read; write;
Property Value
Type |
---|
Integer |
Remarks
In order to specify the test point within the editing control, you can use the HitPoint property or the HitX and HitY properties. The HitX property determines the X coordinate of such a point. It is more convenient to use the HitX and HitY properties than the HitPoint property if it is necessary to process a set of points, which have the same X or Y coordinate.
See Also