System.Zip.TZipFile.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close;

C++

void __fastcall Close(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Zip.pas
System.Zip.hpp
System.Zip TZipFile

Description

Closes this TZipFile, writing additional metadata that is required for reading the file.

Closing is required to write the TZipFile's Central Directory to disk.

Close is automatically called before the TZipFile object is destroyed and when the Open procedure is called.

See Also