Classes.TBasicAction.RegisterChanges
From RAD Studio VCL Reference
Contents |
Delphi Information
From Classes.pas
procedure RegisterChanges(Value: TBasicActionLink);
Unit: Classes
Type: method
Visibility: public
Member Of: TBasicAction
C++ Information
From Classes.hpp
void __fastcall RegisterChanges(Classes::TBasicActionLink * Value);
Unit: Classes
Type: method
Visibility: public
Member Of: TBasicAction
Description
Associates the action with an action link.
RegisterChanges is called when the action and link are connected, for example, when a link sets a new action. Value is the action link with which the action associates itself. The link is added to the action's client list.