Vcl.ComCtrls.TComboBoxExStrings.ItemsEx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemsEx: TComboExItems read FItems write SetItems;

C++

__property TComboExItems* ItemsEx = {read=FItems, write=SetItems};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxExStrings

Description

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. The ItemsEx property is a 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.

See Also