System.Actions.TContainedActionList.Change
Delphi
procedure Change; virtual;
C++
virtual void __fastcall Change(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | System.Actions.pas System.Actions.hpp |
System.Actions | TContainedActionList |
Description
Triggers the OnChange event on the action list and then on all its actions.
The internal list of actions is created when you create the TContainedActionList instance.