System.ZLib.TCustomZStream.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TObject.Destroy */ inline __fastcall virtual ~TCustomZStream() { }

Properties

Type Visibility Source Unit Parent
destructor public System.ZLib.hpp System.ZLib TCustomZStream

Description

Disposes of an object instance.

Destroy deallocates memory. TCustomZStream descendants override this method so that no data is lost when the stream is destroyed.

See Also