RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStrings.Destroy Destructor

Destroys the TPersistent instance and frees its memory.

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

Do not call Destroy directly. Call Free instead. Free checks that the object reference is not nil before calling Destroy. 

 

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