ActnList

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

Class

TAction

TAction is the generic class for action objects that implement user commands across a range of different controls.

TActionLink

TActionLink is the base class for action links that connect actions to commonly used properties of VCL objects, components and controls.

TActionList

TActionList maintains a list of actions that can be used by components and controls such as menu items and buttons.

TActionListEnumerator
TContainedAction

TContainedAction is the base class for actions that can be grouped by category and that can appear in action lists or action managers.

TCustomAction

TCustomAction is the base class for actions meant to be used with menu items and controls.

TCustomActionList

TCustomActionList is the base class for action list objects that manage a set of actions.

TShortCutList

TShortCutList manages an array of keyboard shortcuts.

Classref

TActionLinkClass
TContainedActionClass

Enum

TActionListState

Function

CreateAction

Creates an action of a specified type.

EnumRegisteredActions

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

RegisterActions

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

UnRegisterActions

Unregisters a set of actions.

Pointer

TEnumActionProcInfo

Variable

CreateActionProc
EnumRegisteredActionsProc
RegisterActionsProc
UnRegisterActionsProc

C++ Information

Class

TAction

TAction is the generic class for action objects that implement user commands across a range of different controls.

TActionLink

TActionLink is the base class for action links that connect actions to commonly used properties of VCL objects, components and controls.

TActionList

TActionList maintains a list of actions that can be used by components and controls such as menu items and buttons.

TActionListEnumerator
TContainedAction

TContainedAction is the base class for actions that can be grouped by category and that can appear in action lists or action managers.

TCustomAction

TCustomAction is the base class for actions meant to be used with menu items and controls.

TCustomActionList

TCustomActionList is the base class for action list objects that manage a set of actions.

TShortCutList

TShortCutList manages an array of keyboard shortcuts.

Enum

TActionListState

Function

CreateAction

Creates an action of a specified type.

EnumRegisteredActions

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

RegisterActions

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

UnRegisterActions

Unregisters a set of actions.

Typedef

TActionEvent
TActionLinkClass
TContainedActionClass
TEnumActionProc
TEnumActionProcInfo
THintEvent

THintEvent is the type of the OnHint event handler.

Variable

CreateActionProc
EnumRegisteredActionsProc
RegisterActionsProc
UnRegisterActionsProc
Personal tools
Translations
Newest Version