System.Zip.TZipFile.Delete
Delphi
procedure Delete(const FileName: string); overload;
procedure Delete(Index: Integer); overload;
C++
void __fastcall Delete(const System::UnicodeString FileName)/* overload */;
void __fastcall Delete(int Index)/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | System.Zip.pas System.Zip.hpp |
System.Zip | TZipFile |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。