Vcl.Controls.TDragObject.DragPos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DragPos: TPoint read FDragPos write FDragPos;

C++

__property System::Types::TPoint DragPos = {read=FDragPos, write=FDragPos};

Properties

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

Description

Specifies the position of the dragged object.

Use DragPos to get the position of the dragged object.

See Also