FMX.Types.IControl.SetDragMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDragMode(const ADragMode: TDragMode);

C++

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

Properties

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

Description

Setter function for the DragMode property.

Implement SetDragMode to set the value of the DragMode property.

See Also