Text Input Window#

Show a modal dialog window designed to obtain information from the User.

Title[Text] The text, variable value, or calculation result that will be displayed in the dialog window's title.
Message[Text] The text, variable value, or calculation result that will be displayed inside the dialog window.
Default Value[Text] The value that will be displayed in the input window immediately. If the User cancels the input, this value will be assigned to the result.
Timeout[Number] The timeout. If a value greater than zero is specified, the window will automatically close after this time. The default value will be written to the "Result" property.
Line BreaksEnables line breaks in the message.
Allow ResizingWhen enabled, allows resizing the window while entering text.
Button Names

[Text] Custom names for the buttons can be specified using a semicolon.

For example, "Apply;Cancel"

Result[Text] The text entered by the User in the dialog window will be saved in the specified variable.
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Select the message level that the blocks will output during operation. Possible values:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block's work.