[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Menus' (#lcl)

TMenuItem.SetAction

Sets the value for the Action property.

Declaration

Source position: menus.pp line 240

protected procedure TMenuItem.SetAction(

  NewAction: TBasicAction

);

Arguments

NewAction

  

New value for the property.

Description

Maintains the ActionLink for the class instance.

See also

TMenuItem.Action

  

Action - the default action associated with this Menu Item.