Show: Delphi C++
Display Preferences

FMX.Edit.TComboEdit.Items

From XE2 API Documentation
Jump to: navigation, search

Delphi

property Items: TStrings read FItems write SetItems;

C++

__property System::Classes::TStrings* Items = {read=FItems, write=SetItems};

Properties

Type Visibility Source Unit Parent
property published
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit 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

Personal tools
Previous Versions
Translations