FMX.Menus.TMainMenu.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[const AIndex: Integer]: TFmxObject read GetItem;

C++

__property Fmx::Types::TFmxObject* Items[const int AIndex] = {read=GetItem};

Properties

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

Description

Represents a collection of child menu items.

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

See Also