API:Vcl.RibbonActnCtrls.TRibbonComboBox.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items: TStrings read FItems write SetItems;

C++

__property Items;

Properties

Type Visibility Source Unit Parent
property published
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonComboBox

Description

Contains the strings that appear in the list box.

Vcl.RibbonActnCtrls.TRibbonComboBox.Items inherits from Vcl.RibbonActnCtrls.TCustomRibbonComboBox.Items. All content below this line refers to Vcl.RibbonActnCtrls.TCustomRibbonComboBox.Items.

Contains the strings that appear in the list box.

Items contains the strings that appear in the list box. Use Items to add, insert, delete, and move items.

See Also