System.ZLib.TZCompressionStream.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TZCompressionStream();

Properties

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

Description

Destroys the TZCompressionStream 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.

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