Back to Devexpress

TcxSchedulerSubControlHitTest.HitPoint Property

vcl-cxschedulercustomcontrols-dot-tcxschedulersubcontrolhittest.md

latest956 B
Original Source

TcxSchedulerSubControlHitTest.HitPoint Property

Specifies the client coordinates of the test point in pixels.

Declaration

delphi
property HitPoint: TPoint read; write;

Property Value

Type
TPoint

Remarks

The HitPoint property represents a structure of coordinates – horizontal X and vertical Y. As an alternative you can use the HitX and HitY properties to specify the client coordinates of the test point.

See Also

TcxSchedulerSubControlHitTest Class

TcxSchedulerSubControlHitTest Members

cxSchedulerCustomControls Unit