Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
password
#1
I have an edit control set up as a password. Is there a way to stop it from remembering the last entry?
Reply
#2
(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?
Reply
#3
(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
Reply
#4
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)