FMX.ListBox.TCustomListBox.DragChange

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

Delphi

function DragChange(const SourceItem, DestItem: TListBoxItem): Boolean; dynamic;

C++

DYNAMIC bool __fastcall DragChange(TListBoxItem* const SourceItem, TListBoxItem* const DestItem);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox


説明

OnDragChange イベントを生成します。

DragChange は、ドラッグ&ドロップ操作の後に、自動的に呼び出されます。

関連項目