Skip to main content

TcxCustomHitTestController.HitY Property

Specifies the vertical coordinate of the point within an editing control.

Declaration

property HitY: Integer index 1 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 HitY property determines the Y coordinate of such a point. It is more convenient to use the HitY and HitX 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