RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseDragControlObject Class

TBaseDragControlObject object provides support for drag-and-drop or drag-and-dock operations.

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

Controls

Do not create instances of TBaseDragControlObject. TBaseDragControlObject, like its immediate ancestor TDragObject, handles operations common to both drag-and-drop and drag-and-dock behavior. TBaseDragControlObject adds support for associating a control with the drag object. 

TBaseDragControlObject has two descendants: TDragControlObject, which is specialized for drag-and-drop operations, and TDragDockObject, which is specialized for drag-and-dock operations. 

 

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