API: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


The base class for list of actions, without the published properties.

FMX.ActnList.TActionList inherits from System.Actions.TContainedActionList. All content below this line refers to System.Actions.TContainedActionList.

The base class for list of actions, without the published properties.

Implement TContainedActionList to work with common properties for all GUI application frameworks.

Actions lists the actions maintained by the action list. The ActionCount property returns the number of actions in the list.

OnStateChange sends a notification when the State changes.

See Also