mhmda Posted November 29, 2012 Posted November 29, 2012 Hello to all, I have a login screen with user name and password (edits), by default the edtPassword control have PasswordChar:='*' but I give the user the ability to show the password by clicking checkbox ('show password'), so when the user hit the check box I write this code: edtPassword.PasswordChar:=#0 But nothing happen the edtPassword still with ('*******') !!! How can I solve it? Thanx Quote
Administrators Farshad Mohajeri Posted November 29, 2012 Administrators Posted November 29, 2012 Fixed... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.