System.Actions.TContainedActionList

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTContainedActionList

Delphi

TContainedActionList = class(TComponent)

C++

class PASCALIMPLEMENTATION TContainedActionList : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
System.Actions.pas
System.Actions.hpp
System.Actions System.Actions

Description

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