System.ZLib.TCustomZStream.Destroy

提供: RAD Studio API Documentation
移動先: 案内検索

C++

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

プロパティ

種類 可視性 ソース ユニット
destructor public System.ZLib.hpp System.ZLib TCustomZStream


説明

オブジェクトのインスタンスを破壊します。

Destroy は、メモリを解放します。TCustomZStream の子孫ではこのメソッドをオーバーライドして、ストリームが破壊された際にデータが失われないようにする必要があります。

関連項目