RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTreeView.SetDragMode Method

Sets the drag mode for the tree view.

Pascal
procedure SetDragMode(Value: TDragMode); override;
C++
virtual __fastcall SetDragMode(TDragMode Value);

SetDragMode is the protected write implementation for the DragMode property. It sends a message to the tree view window to suppress automatic drag behavior when DragMode is set to dmManual. 

 

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