RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBasicAction.UnRegisterChanges Method

Breaks the association between the action and the action link.

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

UnRegisterChanges is called when the action and link should no longer be associated. UnRegisterChanges is called, for example, in the destructor or when a link sets a new action. Value is the action link with which the association is broken. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!