System.Actions.TContainedActionList
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.