API:FMX.ListBox.TListBoxItem.DragEnd

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

Delphi

procedure DragEnd; override;

C++

virtual void __fastcall DragEnd();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxItem

説明

OnDragEnd イベントのディスパッチャです。

FMX.ListBox.TListBoxItem.DragEnd は FMX.Controls.TControl.DragEnd を継承しています。以下の内容はすべて FMX.Controls.TControl.DragEnd を参照しています。

OnDragEnd イベントのディスパッチャです。

コントロールは、ドラッグしているセッションが終了した際に、DragEnd を呼び出します。

protected DragEnd メソッドをオーバーライドすると、ドラッグしているセッションが終了した際に、別の応答の仕方も提供することができます。

関連項目