Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Show input dialog box
Call InputBox function to bring up an input dialog box ready for the user to enter a string in its edit box.
procedure TForm1.Button1Click(Sender: TObject);
begin
Label1.Caption:=InputBox('Question', 'Enter string', 'Default');
end;
-
More for developers