RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TDragKind Enumeration

TDragKind indicates the type of operation that occurs when the user drags a control.

Pascal
TDragKind = (
  dkDrag,
  dkDock
);
C++
enum TDragKind {
  dkDrag,
  dkDock
};

TDragKind can have one of the following values:

Value 
Meaning 
dkDrag  
The object is being dragged for a drag-and-drop operation.  
dkDock  
The object is being dragged for a drag-and-dock operation.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!