Vcl.ComCtrls.TComboBoxEx.ItemsEx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemsEx;

C++

__property ItemsEx;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxEx

Description

Lists the items that appear in the list portion of the combo box.

Vcl.ComCtrls.TComboBoxEx.ItemsEx inherits from Vcl.ComCtrls.TCustomComboBoxEx.ItemsEx. All content below this line refers to Vcl.ComCtrls.TCustomComboBoxEx.ItemsEx.

Lists the items that appear in the list portion of the combo box.

Read Items to access the list of items that appears in the combo box. ItemsEx is a collection of TComboExItem objects.

Set the value of Items to copy the items from another collection of TComboExItem objects.

Use the methods of Items to add, insert, delete and move items. Use the properties of individual items in the collection to specify the appearance of each item.

Note: To work with only the strings in the combo box, and not the other properties of the items, you can use the Items property instead.

See Also