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

ApplicationActionComponent

TApplication instance used to update and execute actions.

Declaration

Source position: actnlist.pas line 304

var ApplicationActionComponent: TComponent = Nil;

See also

TContainedAction.Execute

  

Executes the action using a available OnExecute event handler.

TContainedAction.Update

  

Signals an available OnUpdate event handler to update values in the Action.

TApplication.Create

  

Constructor for the class instance.

TApplication.Destroy

  

Destructor for the class instance.

Application

  

The TApplication singleton.