FMX.Types.IControl.GetDragMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDragMode: TDragMode;

C++

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

Properties

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

Description

Getter function for the DragMode property.

Implement GetDragMode to get the value of the DragMode property.

See Also