FMX.ExtCtrls.TPopupBox.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 published
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TPopupBox

Description

Represents the list of accessible items when the pop-up box is displayed.

Use the list methods (TStrings descendant) to manage these items (add, insert, delete items).

The Items property can be used to define accelerator keys to items displayed in a pop-up list. You can use an ampersand & character in strings defining items. At each moment can be used only the accelerator key set for an item currently shown in the TPopupBox control.

See Also