FMX.ListBox.TCustomComboBox.Items
Delphi
property Items: TStrings read GetItems write SetItems stored ItemsStored;
C++
__property System::Classes::TStrings* Items = {read=GetItems, write=SetItems, stored=ItemsStored};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomComboBox |
Description
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.