FMX.Menus.IFMXMenuService.CreateOSMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateOSMenu(AForm: TCommonCustomForm; const AMenu: IItemsContainer);

C++

virtual void __fastcall CreateOSMenu(Fmx::Forms::TCommonCustomForm* AForm, const Fmx::Types::_di_IItemsContainer AMenu) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Menus.pas
FMX.Menus.hpp
FMX.Menus IFMXMenuService

Description

In descendants, CreateOSMenu implements functionality to create the System Menu of the given form.

The location of the OS menu is platform-specific.

See Also