Vcl.Controls.TControl.GetDragMode

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetDragMode: TDragMode;

C++

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

プロパティ

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

説明

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

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

関連項目