Show: Delphi
C++
Display Preferences
Vcl.ActnList.UnRegisterActions
From XE2 API Documentation
Delphi
procedure UnRegisterActions(const AClasses: array of TBasicActionClass);
C++
extern PACKAGE void __fastcall UnRegisterActions(System::Classes::TBasicActionClass const *AClasses, const int AClasses_Size);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.ActnList.pas Vcl.ActnList.hpp |
Vcl.ActnList | Vcl.ActnList |
Description
Unregisters a set of actions.
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).