SavePassword Property (Connect Control)
Windows - Visual C++


Description
The SavePassword property, when set to TRUE, saves the password.

Syntax
long value = GetSavePassword();
void SetSavePassword(long value);

Value
1 if the password is to be saved in the .ini file or Windows registry; 0 if the password is not to be saved.

Remarks
The SavePassword property is automatically set to TRUE if the user checks the "Remember my password" checkbox in the ShowLogon dialog box.

See Also: Password ShowLogon Logon

Back to: Connect Properties