procedure TForm1.FormCreate(Sender: TObject); begin TextBox.Font.Name := 'Tahoma'; TextBox.Font.Size := 10; TextBox.PasswordChar := '•'; end;