System.ZLib.TZDecompressionStream.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TZDecompressionStream(void);

Properties

Type Visibility Source Unit Parent
destructor public
System.ZLib.pas
System.ZLib.hpp
System.ZLib TZDecompressionStream

Description

Destroys the TZDecompressionStream object.

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.

See Also

System.TObject.Destroy