Vcl.Controls.TDragObject.DragTargetPos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DragTargetPos: TPoint read FDragTargetPos write FDragTargetPos;

C++

__property System::Types::TPoint DragTargetPos = {read=FDragTargetPos, write=FDragTargetPos};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragObject

Description

Specifies the position of the drag object relative to the drag target.

Use DragTargetPos to get the position of the dragged object relative to the upper left corner of the drag target. To get the position of the dragged object in screen coordinates, use the DragPos property instead.

See Also