Mmmmm. Can't seem to work out how to get this working so that the box is empty to start with, and then as you type, it gets filled with asterixes.
I have put a TMaskEdit control on my form called medtPassword.
I have set the EditMask property to ******** and have also put this in my code:
medtPassword.PasswordChar := '*'
but to no avail. Can anyone give me a pointer please?