RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ActnList Namespace

This is namespace ActnList.

Name 
Description 
The following table lists classes in this documentation. 
The following table lists functions in this documentation. 
The following table lists structs, records, enums in this documentation. 
The following table lists types in this documentation. 
The following table lists constants in this documentation. 
 
Name 
Description 
 
TAction is the generic class for action objects that implement user commands across a range of different controls. 
 
TActionLink is the base class for action links that connect actions to commonly used properties of VCL objects, components and controls. 
 
TActionList maintains a list of actions that can be used by components and controls, such as menu items and buttons. 
 
This is class ActnList.TActionListEnumerator. 
 
TContainedAction is the base class for actions that can be grouped by category and that can appear in action lists or action managers. 
 
TCustomAction is the base class for actions meant to be used with menu items and controls. 
 
TCustomActionList is the base class for action list objects that manage a set of actions. 
 
TShortCutList manages an array of keyboard shortcuts. 
Name 
Description 
This is constant ActnList.CreateActionProc. 
This is constant ActnList.EnumRegisteredActionsProc. 
This is constant ActnList.RegisterActionsProc. 
This is constant ActnList.UnRegisterActionsProc. 
 
Name 
Description 
 
Creates an action of a specified type. 
 
Iterates through the list of registered actions, passing them to a user-defined callback. 
 
Registers action classes so that they appear in the list of predefined actions in the action list editor or customize dialog. 
 
Unregisters a set of actions. 
 
Name 
Description 
 
This is record ActnList.TActionListState. 
Name 
Description 
This is type ActnList.TActionEvent. 
This is type ActnList.TActionLinkClass. 
This is type ActnList.TContainedActionClass. 
This is type ActnList.TEnumActionProc. 
This is type ActnList.TEnumActionProcInfo. 
THintEvent is the type of the OnHint event handler. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!