System.Zip.IZipCryptor.Init

提供: RAD Studio API Documentation
移動先: 案内検索

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 を使用してクリプタを初期化します。 AEncryptTrue の場合、クリプタは暗号化に使用され、そうでなければ復号化に使用されます。


関連項目