UserInput

Z Wiki
Verze z 2. 11. 2023, 08:42, kterou vytvořil SamiecK (diskuse | příspěvky) (Založena nová stránka s textem „Delay in milliseconds after executing the command. It has no effect if Enabled=0.“)
Přejít na: navigace, hledání
Jiné jazyky:
English • ‎čeština

Description

Alias: UI

Prompts for user input.

Displays a dialog box with the caption Caption to manually insert a value with a label Label. User input is stored in a parameter Text. In case of cancellation, the command ends with an error.

Input parameters

Caption

Type String

The title of the dialog box.

Label

Type String

User prompt label.

Enabled

Type Number

Enables or disables the command. If the value is 0, the command will not be executed.

PreWait

Type Number

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

PostWait

Type Number

Delay in milliseconds after executing the command. It has no effect if Enabled=0.

Výstupní parametry

Text

Typ String

Text vložený uživatelem.