FMX.Menus.IFMXMenuService.StartMenuLoop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartMenuLoop(const AView: IMenuView);

C++

virtual void __fastcall StartMenuLoop(const _di_IMenuView AView) = 0 ;

Properties

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

Description

In descendants, StartMenuLoop implements functionality to start a menu loop based on the given menu view.

See Also