|
<< Click to Display Table of Contents >> Navigation: Forum > password |
10-10-2023, 06:40 PM:
I have an edit control set up as a password. Is there a way to stop it from remembering the last entry?
10-11-2023, 02:31 AM:
(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:42 AM:
(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
10-16-2023, 11:10 PM:
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