RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecompressionStream.Destroy Destructor

Destroys the TDecompressionStream object.

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

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

If there is data remaining in the object's internal buffer, the input stream position is moved backwards by the number of bytes remaining. 

 

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