[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destructor for the class instance.
Source position: actnlist.pas line 44
public destructor TContainedAction.Destroy; override; |
Destroy is the overridden destructor for the class instance. When ActionList has been assigned, its RemoveAction method is called to delete the current class instance.
Destroy calls the inherited method to free the class instance and unregister any action link clients.
|
The ActionList where the action is stored, and its parent component. |
|
|
Removes the specified action from the action list. |
|
Version 4.0 | Generated 2025-05-03 | Home |