Table of Contents

ITMSFNCMenuService.StartMenuLoop Method

Enters the platform menu event loop for the given view, blocking until the user dismisses the menu or the view's Loop property becomes False.

API unit family: TMSFNCPopupMenu Declaring type: ITMSFNCMenuService

Syntax

procedure StartMenuLoop(const AView: ITMSFNCMenuView);

Parameters

Name Description
AView The root menu view whose items should receive events during the loop.