Skip to main content
A newer version of this page is available. .

TdxCustomNavBar.TargetPoint Property

Gets the current mouse pointer coordinates relative to the top-left corner of the control.

Declaration

property TargetPoint: TPoint read;

Property Value

Type
TPoint

Remarks

The value of the TargetPoint property is changed each time the mouse pointer moves. When dragging an object, this property can be used determine the coordinates where the object is about to be dropped. Note that coordinates returned by the TargetPoint property are set relatively to the top-left corner of the control.

See Also