FMX.ListBox.TCustomListBox.DragChange
Delphi
function DragChange(const SourceItem, DestItem: TListBoxItem): Boolean; dynamic;
C++
DYNAMIC bool __fastcall DragChange(TListBoxItem* const SourceItem, TListBoxItem* const DestItem);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | FMX.ListBox.pas FMX.ListBox.hpp | FMX.ListBox | TCustomListBox | 
Description
Generates an OnDragChange event.
DragChange is called automatically after a drag-and-drop operation.