RAD Studio VCL Reference
|
TDragControlObjectEx object provides for normal drag and drop operations.
TDragControlObjectEx = class(TDragControlObject);
class TDragControlObjectEx : public TDragControlObject;
Controls
TDragControlObjectEx object performs normal drag and drop operations. When TDragControlObjectEx 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!
|