RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TZCompressionStream.Destroy Destructor

Destroys the TZCompressionStream object.

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

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 TZCompressionStream's cache is flushed to the output stream when the object is destroyed. 

 

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