System.Zip.IZipCryptor.Init
Delphi
procedure Init(const APassword: string; AEncrypt: Boolean);
C++
virtual void __fastcall Init(const System::UnicodeString APassword, bool AEncrypt) = 0 ;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
public | System.Zip.pas System.Zip.hpp |
System.Zip | IZipCryptor |
Description
Initialise le moteur de cryptage en utilisant une variable APassword spécifiée. Quand AEncrypt est définie sur True, le moteur de cryptage effectue un cryptage ; sinon, il effectue un décryptage.