ITMSFNCMenuService.StartMenuLoop Method
Enters the platform menu event loop for the given view, blocking until the user dismisses the menu or the view's
Loopproperty becomesFalse.
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. |