System.Zip.IZipCryptor.Init
Delphi
procedure Init(const APassword: string; AEncrypt: Boolean);
C++
virtual void __fastcall Init(const System::UnicodeString APassword, bool AEncrypt) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | System.Zip.pas System.Zip.hpp |
System.Zip | IZipCryptor |
Description
Initializes the cryptor using a specified APassword. When AEncrypt is True, the cryptor is used for encryption; otherwise, for decryption.