Flexivert Library Documentation
Prompt Method (text)
NamespacesFlexivert.UIIFlexivertApplicationPrompt(String)
Retrieves a string from the user.
Declaration Syntax
C#Visual BasicVisual C++
string Prompt(
	string text
)
Function Prompt ( _
	text As String _
) As String
String^ Prompt(
	String^ text
)
Parameters
text (String)
The message textm which is the input prompt.
Return Value
The entered string, or null if the dialog is canceled.

Assembly: FVUI (Module: FVUI) Version: 0.5.4.9 (0.5.4.9)