RAD Studio VCL Reference
|
LoadMenu creates a popup action bar menu.
procedure LoadMenu(Clients: TActionClients; AMenu: TMenuItem);
__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!
|