RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBasicAction.RegisterChanges Method

Associates the action with an action link.

Pascal
procedure RegisterChanges(Value: TBasicActionLink);
C++
__fastcall RegisterChanges(TBasicActionLink Value);

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. 

 

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