Show: Delphi C++
Display Preferences

Action Support Routines

From RAD Studio XE2
Jump to: navigation, search

Go Up to API Categories Index

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

Routine Description

Vcl.ActnList.CreateAction

Creates an action of a specified type.

Vcl.ActnList.EnumRegisteredActions

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

Vcl.ActnList.RegisterActions

Registers action classes so that they appear in the list of predefined actions in the action list editor or customize dialog.

Vcl.ActnMenus.RegisterActnBarStyle

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

Vcl.ActnList.UnRegisterActions

Unregisters a set of actions.

Vcl.ActnMenus.UnRegisterActnBarStyle

Unregisters an action band style from the IDE.



See Also

Personal tools
Previous Versions
In other languages