System.Zip.TZipFile.Close

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

Delphi

procedure Close;

C++

void __fastcall Close(void);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Zip.pas
System.Zip.hpp
System.Zip TZipFile


説明

TZipFile を閉じ、ファイルを読み込むのに必要となる追加メタデータを書き込みます。

TZipFile の Central Directory をディスクに書き込むためには、閉じることが必要になります。

CloseTZipFile オブジェクトが破壊される前、Open プロシージャが呼び出された際に、 自動的に呼び出されます。

関連項目