Vcl.Menus.TMenuItem.InitiateAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InitiateAction; virtual;

C++

virtual void __fastcall InitiateAction();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus 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.

See Also