RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TDragMode Enumeration

TDragMode indicates how a control initiates drag operations.

Pascal
TDragMode = (
  dmManual,
  dmAutomatic
);
C++
enum TDragMode {
  dmManual,
  dmAutomatic
};

Controls

TDragMode can have one of the following values:

Value 
Meaning 
dmAutomatic  
The control begins a drag operation automatically when the user clicks and drags it.  
dmManual  
The control can't be dragged until the application calls the BeginDrag method.  

 

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