Vcl.Controls.DragDone
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 パラメータで、オブジェクトをドロップしてドラッグ操作を終了するか、ドラッグ操作をキャンセルするかを指定します。