System.Zip.TZipFile.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TZipFile();

Properties

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

Description

Closes an open ZIP file before disposing it.


See Also