showInputDialog

Prompt for a single line of text.

Shows a modal dialog with a prompt label, a text field and OK/Cancel buttons. Returns the entered text, or null if the user dismisses it.

version(Windows)
string
showInputDialog
(,
string title
,
string prompt
,
string initialValue = ""
)

Meta