Vcl.ActnMan.TCustomActionManager.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.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionManager

Description

Generates an OnChange event.

Vcl.ActnMan.TCustomActionManager.Change inherits from Vcl.ActnList.TCustomActionList.Change. All content below this line refers to Vcl.ActnList.TCustomActionList.Change.

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