Vcl.Controls.TControl.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
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Returns the value of the DragMode property.

GetDragMode is a protected method in the TControl class and is used to obtain the current value of the DragMode property.

See Also