FMX.Types.IControl.DragEnd

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

Delphi

procedure DragEnd;

C++

virtual void __fastcall DragEnd() = 0 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

説明

ドラッグしているセッションが終了した際の応答を提供します。

DragEnd を実装すると、ドラッグしているセッションが終了した際に、特定の動作を実行させることができます。

TControl は、このプロシージャを OnDragEnd イベント ディスパッチャとして実装します。

関連項目