Vcl.Controls.TDragObject.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(Source: TDragObject); virtual;

C++

virtual void __fastcall Assign(TDragObject* Source);

Properties

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

Description

Copies the properties of another drag control object.

Call Assign to copy the properties of another drag object. Assign changes the DragTarget, DragHandle, DragPos, DragTargetPos, MouseDeltaX and MouseDeltaY properties of the drag object to match those supplied by the Source parameter.

See Also