RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.SetDragMode Method

Sets the drag mode for the control.

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

SetDragMode is the protected write implementation for the DragMode property. Override SetDragMode to execute additional code when the value of the DragMode property changes. 

 

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