RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragDockObjectEx Class

Contains drag-and-dock information for a control.

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

Controls

TDragDockObjectEx is used in several events and methods that use drag-and-dock information, including the OnDockDrop and OnDockOver events of TWinControl. Unlike its immediate ancestor, TDragDockObject, TDragDockObjectEx is automatically freed at the end of a drag-and-dock operation. 

 

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