FMX.Menus.TPopupMenu.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[const AIndex: Integer]: TMenuItem read GetItems;

C++

__property TMenuItem* Items[const int AIndex] = {read=GetItems};

Properties

Type Visibility Source Unit Parent
property public
FMX.Menus.pas
FMX.Menus.hpp
FMX.Menus TPopupMenu

Description

Represents a collection of child menu items.

Items is a collection of TMenuItems that represent the child menu items of this pop-up menu.

See Also