RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionList.Destroy Destructor

Disposes of the instance of an action list object.

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

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!