FMX.ListBox.TCustomListBox.Sorted

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Sorted: Boolean read FSorted write SetSorted default False;

C++

__property bool Sorted = {read=FSorted, write=SetSorted, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox


Beschreibung

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

Siehe auch