API:Vcl.ActnList.TCustomActionList.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change; override;

C++

virtual void __fastcall Change(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TCustomActionList

Description

Triggers the OnChange event on the action list and then on all its actions.

Vcl.ActnList.TCustomActionList.Change inherits from System.Actions.TContainedActionList.Change. All content below this line refers to System.Actions.TContainedActionList.Change.

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.

See Also