Vcl.Controls.TControl.GetDragMode

提供:RAD Studio API Documentation

Delphi

function GetDragMode: TDragMode;

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

説明

DragMode プロパティの値を返します。

GetDragMode は、TControl クラスの protected メソッドで、DragMode プロパティの現在の値を取得するために使用します。

関連項目