Contents - Index - Previous - Next


TZipMaster.Password


 

TZipMaster See also: Note on passwords:

Password is the password used when encrypting or decrypting a Zip archive.

property Password: String;

Description:

The user's encryption/decryption password. Setting a password to this property is not needed if you want to let the DLL's prompt the user for a password. This is only used if you want to prompt the user yourself.

It is possible to override this default Password by appending the file specification with an asterix * and then the new Password or leave it empty to cancel an existing password. Look for this at the FSpecArgs property.

 

WARNING: If you set the password in the Object Inspector, and you never change the password property at runtime, then your users will never be able to use any other password.  If you leave it blank, the DLL's will prompt users each time a password is needed.