RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TContainedAction.Destroy Destructor

Destroys the instance of the contained action.

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

If the action is contained in an action list or action manager, Destroy removes the action from that list. Then it calls the inherited Destroy. 

 

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