RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ActnList.UnRegisterActions Function

Unregisters a set of actions.

Pascal
procedure UnRegisterActions(const AClasses: array of TBasicActionClass);
C++
UnRegisterActions(const array of TBasicActionClass AClasses);

UnRegisterActions unregisters a set of actions that were registered with the RegisterActions procedure. The AClasses parameter is a list of registered action classes (descendants of TBasicAction) that are to be unregistered. In C++, the AClasses_Size parameter indicates the index of the last action class specified in AClasses (one less than the total number of classes). 

 

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