FMX.ListBox.TListBox.AllowDrag

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AllowDrag: Boolean read FAllowDrag write SetAllowDrag default 0;

C++

__property AllowDrag = {default=0};

Propriétés

Type Visibilité  Source Unité  Parent
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBox

Description

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

FMX.ListBox.TListBox.AllowDrag hérite de FMX.ListBox.TCustomListBox.AllowDrag. Tout le contenu en-dessous de cette ligne se réfère à FMX.ListBox.TCustomListBox.AllowDrag.

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