FMX.Menus.TMenuBar.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 TMenuBar

Description

Returns the menu item at the specified index. The menu item that will be returned is at the AIndex position.

See Also