RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionPopupMenuEx.LoadMenu Method

LoadMenu creates a popup action bar menu.

Pascal
procedure LoadMenu(Clients: TActionClients; AMenu: TMenuItem);
C++
__fastcall LoadMenu(TActionClients Clients, TMenuItem AMenu);

LoadMenu is used to create a popup action menu bar, containing the items in the AMenu parameter.  

It updates the Clients parameter, adding a collection of action clients to it, each associated with a menu item in AMenu

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!