Jump to content

New version issue (1.10.0.1454) Password Char in Edit


WillemvanZyl

Recommended Posts

Hi,

 

In the previous version this worked without a problem. I had a button next to a TUnimEdit with the PasswordChar = '*' The button's event simply did this:

 

if edPassword.PasswordChar = '*' then
    edPassword.PasswordChar := #0
  Else
    edPassword.PasswordChar := '*'
 
So the user can view the password. 
 
In the new version however I get and "Cannot read property 'dom' of null"
 
Anyway around this?
Link to comment
Share on other sites

×
×
  • Create New...