FMX.Controls.TControl.SetDragMode
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.