FMX.ListBox.TCustomListBox.DragChange

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Beschreibung

Erzeugt ein OnDragChange-Ereignis.

DragChange wird automatisch nach einer Drag&Drop-Operation aufgerufen.

Siehe auch