Delphi InputBox for password entry?

后端 未结 5 1433
面向向阳花
面向向阳花 2021-01-04 02:08

Inputbox:

answer:=Inputbox(\'a\',\'b\',\'c\');

works good, but I\'m looking for a masked one, like a password box where you only see little

5条回答
  •  鱼传尺愫
    2021-01-04 03:06

    I don't think that Delphi includes such a thing out of the box. Maybe you can find one at http://www.torry.net/ or elsewhere in the net. Otherwise just write one yourself - shouldn't be that hard. :-) You can even look at the source code if you have a "big enough" Delphi version.

    Uli.

提交回复
热议问题