Menus.TMenuItem.InitiateAction
From RAD Studio VCL Reference
Contents |
Delphi Information
From Menus.pas
procedure InitiateAction virtual;
Unit: Menus
Type: method
Visibility: public
Member Of: TMenuItem
C++ Information
From Menus.hpp
virtual void __fastcall InitiateAction(void);
Unit: Menus
Type: method
Visibility: public
Member Of: TMenuItem
Description
Calls the action link's Update method if the menu item is associated with an action link.
InitiateAction calls the action link, if there is one for the menu item, to update the association between the action and the menu item.