FMX.Controls3D.TControl3D.GetDragMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDragMode: TDragMode;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Returns the value of the DragMode property.

GetDragMode is the getter method for the DragMode property.

See Also