Action Support Routines

From RAD Studio
Jump to: navigation, search

Go Up to API Categories Index

This topic lists all routines used to support actions in the VCL.

Routine Description

System.Actions.CreateAction

Creates an action of a specified type.

System.Actions.EnumRegisteredActions

Iterates through the list of registered actions, passing them to a user-defined callback.

System.Actions.RegisterActions

Registers action classes so that they appear in the list of predefined actions in the Action List editor or Action Manager editor.

Vcl.ActnMenus.RegisterActnBarStyle

Registers an action band style so that it is available for use from TActionManager's Style property within the IDE.

System.Actions.UnRegisterActions

Unregisters a set of actions.

Vcl.ActnMenus.UnRegisterActnBarStyle

Unregisters an action band style from the IDE.

See Also