FMX.Types.IControl.BeginAutoDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeginAutoDrag;

C++

virtual void __fastcall BeginAutoDrag() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

Automatically begins the drag operation.

Implement BeginAutoDrag to automatically start the drag operation.

See Also