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
InputBox calls the InputQuery function in Dialogs, which creates the form dynamically. You could always make a copy of this function and change the TEdit's PasswordChar property.