Atozed Forums

Full Version: password
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have an edit control set up as a password. Is there a way to stop it from remembering the last entry?
(10-10-2023, 06:40 PM)tobenschain Wrote: [ -> ]I have an edit control set up as a password. Is there a way to stop it from remembering the last entry?

if u use the property TIWEdit.DataType = stPassword, will it still remember last entry?
(10-11-2023, 02:31 AM)RenSword Wrote: [ -> ]
(10-10-2023, 06:40 PM)tobenschain Wrote: [ -> ]I have an edit control set up as a password. Is there a way to stop it from remembering the last entry?

if u use the property TIWEdit.DataType = stPassword, will it still remember last entry?

yes
Password fields are not "remembered" by the browser, but possibly the password manager of your browser saved the username/password combination for that specific URL?

properties that may affect password fields and you may need to check:

- DataType = stPassword
- PasswordPrompt = True
- Attributes: iaAutocomplete should be False