RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCompressionStream.Destroy Destructor

Destroys the TCompressionStream object.

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

Do not call the Destroy method directly. Instead, use the Free method, as this will check the validity of the object before calling Destroy. 

All data in the TCompressionStream's cache is flushed to the output stream when the object is destroyed. 

 

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