FMX.ListBox.TCustomListBox.AllowDrag

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AllowDrag: Boolean read FAllowDrag write SetAllowDrag default False;

C++

__property bool AllowDrag = {read=FAllowDrag, write=SetAllowDrag, default=0};

Propriétés

Type Visibilité  Source Unité  Parent
property protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox


Description

Permet le glissement des éléments à l'intérieur de la liste.

AllowDrag vous permet de modifier l'ordre des éléments de liste, en les faisant glisser.

Voir aussi