RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.BeginAutoDrag Method

Responds when the user starts dragging the form if DragMode is dmAutomatic.

Pascal
procedure BeginAutoDrag; override;
C++
virtual __fastcall BeginAutoDrag();

BeginAutoDrag suppresses the default behavior of the BeginAutoDrag method. This is because forms do not change the mouse cursor when dragged. 

 

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