RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionManager.Destroy Destructor

Disposes of the instance of an action manager object.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TCustomActionManager();

You do not need to call the destructor for an action manager if it has an owner. The action manager is destroyed automatically by its owner that was passed to its constructor when it was created. In situations where the custom action manager object needs to be manually destroyed, do so by calling its Free method, not this destructor. 

 

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