API:FMX.ListBox.TListBox.Sorted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Sorted;

C++

__property Sorted = {default=0};

Properties

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

Description

Specifies whether the list of items is sorted.

FMX.ListBox.TListBox.Sorted inherits from FMX.ListBox.TCustomListBox.Sorted. All content below this line refers to FMX.ListBox.TCustomListBox.Sorted.

Specifies whether the list of items is sorted.

See Also