RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragDockObject Class

Contains drag-and-dock information for a control.

Pascal
TDragDockObject = class(TBaseDragControlObject);
C++
class TDragDockObject : public TBaseDragControlObject;

Controls

TDragDockObject is used in several events and methods that use drag-and-dock information, including the OnDockDrop and OnDockOver events of TWinControl.

Note: TDragDockObject is not automatically freed at the end of a drag-and-dock operation. To work with a drag object that is freed at the end of the drag-and-dock operation, use TDragDockObjectEx instead.
 

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