RAD Studio VCL Reference
|
TDragControlObject object provides for normal drag and drop operations.
TDragControlObject = class(TBaseDragControlObject);
class TDragControlObject : public TBaseDragControlObject;
Controls
TDragControlObject object performs normal drag and drop operations. When TDragControlObject is used, the OnDragOver and OnDragDrop events receive the control being dragged as the Sender, instead of the drag object itself.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|