RAD Studio VCL Reference
|
Contains drag-and-dock information for a control.
TDragDockObjectEx = class(TDragDockObject);
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!
|