FMX.ComboEdit.TComboEdit.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items;

C++

__property Items;

Properties

Type Visibility Source Unit Parent
property published
FMX.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TComboEdit

Description

A persistent object storing the list of items.

To add items to a TComboEdit at design time, use the Items property. The items can be entered in the String List Editor.

See Also