Klar, gerne. Aber ich denke es ist eher
ist das eine Mangel des Windows-Controls.
.
Denn in der WinForms-Doku zu PasswordChar steht:
Zitat:
[…]. Because the text entered is not encrypted in any way, you should treat it as you would any other confidential data. Even though it does not appear as such, the password is still being treated as a plain-text string (unless you have implemented some additional security measure).
Quelle:
https://docs.microsoft.com/en-us/dot...extbox-control
Die Embarcadero-Doku sagt das ja auch, wenn auch nicht so deutlich:
Zitat:
PasswordChar
affects the appearance of the edit control only. The value of the Text property reflects the actual characters that are typed.
Quelle:
http://docwiki.embarcadero.com/Libra...t.PasswordChar