API:FMX.ListBox.TListBox.Sorted

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Sorted: Boolean read FSorted write SetSorted default 0;

C++

__property Sorted = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBox

Beschreibung

Gibt an, ob die Liste der Einträge sortiert ist.

FMX.ListBox.TListBox.Sorted erbt von FMX.ListBox.TCustomListBox.Sorted. Der folgende Inhalt bezieht sich auf FMX.ListBox.TCustomListBox.Sorted.

Gibt an, ob die Liste der Einträge sortiert ist.

Siehe auch