API:System.Zip.TZipFile.Open

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure Open(const ZipFileName: string; OpenMode: TZipMode); overload;
procedure Open(ZipFileStream: TStream; OpenMode: TZipMode); overload;

C++

void __fastcall Open(const System::UnicodeString ZipFileName, TZipMode OpenMode)/* overload */;
void __fastcall Open(System::Classes::TStream* ZipFileStream, TZipMode OpenMode)/* overload */;

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !