FMX.ActnList.TCustomActionList

From RAD Studio API Documentation
Jump to: navigation, search

System.Actions.TContainedActionListSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomActionList

Delphi

TCustomActionList = class(TContainedActionList)

C++

class PASCALIMPLEMENTATION TCustomActionList : public System::Actions::TContainedActionList

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.TCustomActionList 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