Jump to content

hide letters while typing

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
delphiproblematic

delphiproblematic

    Newbie

  • Members
  • PipPip
  • 11 posts
How to hide letters while typing in Edit tool ? Does anybody can help me ? :)
thanks

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Can you clarify what you're trying to do?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
delphiproblematic

delphiproblematic

    Newbie

  • Members
  • PipPip
  • 11 posts
For example, while i'am writing my password on codecall.net, i don't see number, letter becouse this *caracter changing them. 'Encrypting' i think that's call.
So, i don't know how to make that in delphi, but i wanna/need "encript" word while i writing in Edit tool.
Do you understand what i mean ?
Thanks

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
https://forums.embar...?threadID=21628

Basically, set PasswordChar in your TEdit to *.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
delphiproblematic

delphiproblematic

    Newbie

  • Members
  • PipPip
  • 11 posts
Thank you very much !

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
no problem :)

Something I find useful is to google the component name, and a property that looks promising.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog