表示: Delphi C++
表示設定

Vcl.Controls.TControl.BeginAutoDrag

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

procedure BeginAutoDrag; dynamic;

C++

DYNAMIC void __fastcall BeginAutoDrag(void);

プロパティ

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


説明

自動ドラッグを開始します。

BeginAutoDrag は、DragModedmAutomatic であるコントロールをユーザーがドラッグした際に、自動的に呼び出されます。 アプリケーション コードでは、BeginAutoDrag を呼び出さないでください。

TControl での実装の通り、BeginAutoDragBeginDrag を呼び出し、グローバル変数 MouseDragImmediate および DragThreshold プロパティを渡します。

関連項目

以前のバージョン
他の言語