InputBox(String,String,String) Method

Represents method InputBox(String,String,String).

Namespace: System.UI.Dialogs
function InputBox(const ACaption: String; const APrompt: String; const ADefault: String): String;

Parameters

ACaption
Type: String

APrompt
Type: String

ADefault
Type: String

Return Value

Type: String