FMX.Presentation.Style.TStyledPresentation.BeginAutoDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeginAutoDrag; override;

C++

virtual void __fastcall BeginAutoDrag();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Presentation.Style.pas
FMX.Presentation.Style.hpp
FMX.Presentation.Style TStyledPresentation

Description

Begins the drag operation automatically.

FMX.Presentation.Style.TStyledPresentation.BeginAutoDrag inherits from FMX.Controls.TControl.BeginAutoDrag. All content below this line refers to FMX.Controls.TControl.BeginAutoDrag.

Begins the drag operation automatically.

BeginAutoDrag is called automatically when a user drags a control whose DragMode is dmAutomatic. Do not call BeginAutoDrag in application code.

Write an event handler for OnDragOver to specify what happens when a dragged object is over the area of the current control.

See Also