Vcl.Forms.TCustomForm.BeginAutoDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeginAutoDrag; override;

C++

DYNAMIC void __fastcall BeginAutoDrag();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

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

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

See Also