Vcl.ActnMan.TCustomActionControl.BeginAutoDrag

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

Delphi

procedure BeginAutoDrag; override;

C++

DYNAMIC void __fastcall BeginAutoDrag();

プロパティ

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

説明

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

Vcl.ActnMan.TCustomActionControl.BeginAutoDrag は Vcl.Controls.TControl.BeginAutoDrag を継承しています。以下の内容はすべて Vcl.Controls.TControl.BeginAutoDrag を参照しています。

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

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

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

関連項目