RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionManager.Change Method

Generates an OnChange event.

Pascal
procedure Change; override;
C++
virtual __fastcall Change();

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.

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!