RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragObject.Assign Method

Copies the properties of another drag control object.

Pascal
procedure Assign(Source: TDragObject); virtual;
C++
virtual __fastcall Assign(TDragObject Source);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!