Vcl.Controls.DragDone

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

Delphi

procedure DragDone(Drop: Boolean);

C++

extern DELPHI_PACKAGE void __fastcall DragDone(bool Drop);

プロパティ

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

説明

DragDone は、ドラッグ操作を完了します。

DragDone を使用すると、現在のドラッグ操作を完了できます。Drop パラメータで、オブジェクトをドロップしてドラッグ操作を終了するか、ドラッグ操作をキャンセルするかを指定します。

関連項目