FMX.ListBox.TComboBox.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items: TStrings read GetItems write SetItems stored ItemsStored;

C++

__property Items;

Properties

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

Description

Specifies the items in the drop-down list.

FMX.ListBox.TComboBox.Items inherits from FMX.ListBox.TCustomComboBox.Items. All content below this line refers to FMX.ListBox.TCustomComboBox.Items.

Specifies the items in the drop-down list.

Use Items to get or set the list of items in the drop-down as strings.

Use the ListItems property to access an item as a TListBoxItem object.

See Also