FMX.ActnList.TActionList

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ActnList.TCustomActionListSystem.Actions.TContainedActionListSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTActionList

Delphi

TActionList = class(TCustomActionList)

C++

class PASCALIMPLEMENTATION TActionList : public TCustomActionList

Properties

Type Visibility Source Unit Parent
class public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList FMX.ActnList

Description

Maintains a list of actions that can be used by components such as controls, menu items, and tool buttons.

Use Action lists to centralize the responses to user actions. Action list components maintain a list of actions that are available to the client controls in an application. You can add action list components to your form from the Standard page of the component palette.

TActionList lets you set up actions using the Action List editor. Double-click the action list to display the Action List editor, from which you can add, delete, and rearrange actions.

TActionList extends the TCustomActionList class redeclaring the public Name, State, OnChange, OnExecute, OnStateChange, and OnUpdate properties and events with the published visibility; therefore, these properties and events can be managed in the Object Inspector at design time.

Code Examples

See Also