Vcl.RibbonActnCtrls.TCustomRibbonComboBox.Items

From RAD Studio 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 public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TCustomRibbonComboBox

Description

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