Vcl.ActnMan

From RAD Studio API Documentation
Jump to: navigation, search


Defines Vcl.ActnMan.TActionManager and related classes used by the Action Manager, such as Vcl.ActnMan.TActionBars.

Package vclactnband270.bpl

Classes

IActionBarDesigner
TActionBarItemTActionBarItem objects are used by the action manager to represent all of the action bars connected to the action manager in an application.
TActionBarItemClass
TActionBarsTActionBars is a collection of TActionBarItem objects used internally by the action manager to represent all of the action bars connected to the action manager in an application.
TActionBarsClass
TActionBarStyleTActionBarStyle is the base class for styles in ActionManager.
TActionBarStyleListRepresents a list of action bar style names associated with the corresponding pointers to TActionBarStyle.
TActionClientTActionClient is the ancestor for TActionBarItem and TActionClientItem classes.
TActionClientClass
TActionClientItemTActionClientItem is a streamable wrapper that represents an action or category of actions in the action manager.
TActionClientItemClass
TActionClientLink
TActionClientLinkClass
TActionClientsTActionClients is a container for TActionClient objects.
TActionClientsClass
TActionClientsCollectionTActionClientsCollection is a collection of action clients that maintains information about the action manager that owns the collection.
TActionDragBaseClassTActionDragBaseClass is a base class used for managing drag operations.
TActionDragObject
TActionItemDragObject
TActionListCollectionTActionListCollection is a collection that maintains information about action lists and their captions.
TActionListItemTActionListItem represents an item in a action list collection.
TActionManagerTActionManager provides a mechanism to manage and display all actions contained in an application.
TButtonPropertiesTButtonProperties contains properties applicable to action client items that have the CommandStyle property set to csButton.
TCategoryDragObject
TCheckBoxPropertiesTCheckBoxProperties contains properties applicable to action client items that have the CommandStyle property set to csCheckBox.
TComboBoxPropertiesTComboBoxProperties contains properties applicable to action client items that have the CommandStyle property set to csComboBox.
TCommandPropertiesTCommandProperties is a base for all classes used to control the properties of action client items.
TCommandPropertiesClassTCommandPropertiesClass defines the metaclass for TCommandProperties.
TControlPropertiesTControlProperties contains properties applicable to action client items that have the CommandStyle property set to csControl.
TCustomActionBarTCustomActionBar is the base class for all action bands.
TCustomActionBarClass
TCustomActionBarColorMapTCustomActionBarColorMap is the base class for the action band colormaps that controls the color of the action band and the items that appear on it.
TCustomActionClass
TCustomActionControlTCustomActionControl is the base class for ActionBand custom controls.
TCustomActionControlClass
TCustomActionManagerTCustomActionManager is the base class for the TActionManager component.
TCustomColorMapClass
TGalleryPropertiesTGalleryProperties contains properties applicable to the action client items that have the CommandStyle property set to csGallery.
TMenuPropertiesTMenuProperties contains properties applicable to action client items that have the CommandStyle property set to csMenu.
TTextPropertiesTTextProperties contains properties applicable to action client items that have the CommandStyle property set to csText.
TXToolDockForm

Routines

NotifyDesigner

Types

TActionProc
TBackgroundLayout
TBarEdge
TBarOrientation
TBarOrientations
TCaptionOptions
TChangesAllowed
TChangesAllowedSet
TCMItemMsg
TColorMapUpdateProc
TCommandStyleTCommandStyle enumerates the possible styles for a command.
TControlCreatedEvent
TGalleryResizeTGalleryResize enumerates the possible resizing options for a gallery.
TGetBarItemClassEvent
TGetBarsClassEvent
TGetClientItemClassEvent
TGetClientsClassEvent
TGetCommandPropertiesClassEventEvent handler for OnGetCommandPropertiesClass event.
TGetControlClassEvent
TMergeRange
TStyleChanged

Variables

ActionBarDesigner
ActionBarStylesRepresents the action bar styles available at run time.
cDefaultSchedule
ControlDragMode
DefaultActnBarStyle

Constants

caAllChangescaAllChanges: Set = [caModify..caDelete];
CM_ENTERMENULOOPCM_ENTERMENULOOP: Integer = $923;
CM_ITEMCLICKEDCM_ITEMCLICKED: Integer = $916;
CM_ITEMDROPPOINTCM_ITEMDROPPOINT: Integer = $924;
CM_ITEMKEYEDCM_ITEMKEYED: Integer = $917;
CM_ITEMSELECTEDCM_ITEMSELECTED: Integer = $915;
CM_RESETBARCM_RESETBAR: Integer = $91C;
CM_SCROLLCLICKEDCM_SCROLLCLICKED: Integer = $919;
CM_SPLITITEMCLICKEDCM_SPLITITEMCLICKED: Integer = $918;