FMX.Controls.TControl.SetDragMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDragMode(const ADragMode: TDragMode); virtual;

C++

virtual void __fastcall SetDragMode(const System::Uitypes::TDragMode ADragMode);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Setter function for the DragMode property. ADragMode specifies the new value of the DragMode property.

See Also