FMX.Presentation.Style.TStyledPresentation.GetDragMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDragMode: TDragMode; override;

C++

virtual System::Uitypes::TDragMode __fastcall GetDragMode();

Properties

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

Description

Getter function for the DragMode property.

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

Getter function for the DragMode property.

See Also