System.Zip.IZipCryptor.Init
Delphi
procedure Init(const APassword: string; AEncrypt: Boolean);
C++
virtual void __fastcall Init(const System::UnicodeString APassword, bool AEncrypt) = 0 ;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
public | System.Zip.pas System.Zip.hpp |
System.Zip | IZipCryptor |
説明
指定された APassword を使用してクリプタを初期化します。 AEncrypt が True の場合、クリプタは暗号化に使用され、そうでなければ復号化に使用されます。