System.Actions.TContainedActionList.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change; virtual;

C++

virtual void __fastcall Change();

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.

See Also