System.Zip.TZipFile.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TZipFile();
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| destructor | public | System.Zip.pas System.Zip.hpp |
System.Zip | TZipFile |
説明
開いた ZIP ファイルを破棄する前に閉じます。
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TZipFile();
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| destructor | public | System.Zip.pas System.Zip.hpp |
System.Zip | TZipFile |
開いた ZIP ファイルを破棄する前に閉じます。