FMX.ListBox.TCustomListBox.DragChange

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox


Description

Génère un événement OnDragChange.

DragChange est appelée automatiquement après une opération glisser-déposer.

Voir aussi