FMX.ActnList
The FMX.ActnList unit has the same purpose for FireMonkey as Vcl.ActnList for VCL. The FMX.ActnList unit contains the base classes for working with actions in FireMonkey. All similar classes have the same names in both FMX.ActnList and Vcl.ActnList units. Template:UnitInfo
Classes
IActionClient | Interface used by the framework to access an action in a class. |
ICaption | If an object supports the ICaption interface, when the text of the object changes, the Text must also be changed. |
IGlyph | Declares basic methods and properties used to manage lists of images. |
IGroupName | The IGroupName interface provides access to the GroupName property for controls that need to provide exclusive checking inside a group. |
IIsChecked | The IIsChecked interface provides access to the IsChecked property for controls that can be checked. |
IKeyShortcut | Interface used to access the Shortcut property of some classes. |
TAction | TAction is the base class for FireMonkey action objects. TAction implements actions to be used with menu items and controls. The published properties and events of TAction actions can be managed in the Object Inspector at design time. |
TActionLink | TActionLink is the base class for action links that connect actions to commonly used properties of FireMonkey objects, components, and controls. |
TActionLinkClass | TActionLinkClass defines the metaclass for TActionLink. |
TActionList | Maintains a list of actions that can be used by components such as controls, menu items, and tool buttons. |
TCustomAction | TCustomAction is the base class for FireMonkey actions intended to be used with menu items and controls. |
TCustomActionList | |
TCustomViewAction | |
TShortCutList | TShortCutList provides the FMX implementation of framework-specific features from the System.Actions.TCustomShortCutList class. |
Routines
TextToShortCut | Returns the code representation that matches the specified string representation of a shortcut. |
Types
_di_IActionClient | |
_di_ICaption | |
_di_IGlyph | |
_di_IGroupName | Represents the DelphiInterface of IGroupName. |
_di_IIsChecked | Represents the DelphiInterface of IIsChecked. |
_di_IKeyShortcut | |
TOnBeforeShow | Type of events used for taking specific actions before the view action is executed. |
TOnCreateComponent | Type of events used for taking specific actions when the target component is created. |