Vcl.ActnList.TCustomActionList.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change; override;

C++

virtual void __fastcall Change();

Properties

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

Description

Generates an OnChange event.

Change is called when a change, such as a modification to the categories of the actions in the list, occurs in the action list.

Change:

  1. Invokes an OnChange handler, if one has been assigned.
  2. Informs all actions in the list that something has changed so that they can update themselves.

See Also