FMX.Forms.TCommonCustomForm.EnterMenuLoop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EnterMenuLoop;

C++

void __fastcall EnterMenuLoop();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Starts the menu loop for the main menu bars that this form might contain.

EnterMenuLoop iterates through all the child controls of this form and, if one of them is a TMenuBar, then starts its menu loop.

See Also