UserInput/en: Porovnání verzí
(Založena nová stránka s textem „== Input parameters ==“) |
|||
| Řádek 11: | Řádek 11: | ||
Displays a dialog box with the caption [[#caption-| Caption]] to manually insert a value with a label [[#label-| Label]]. User input is stored in a parameter [[#text-| Text]]. In case of cancellation, the command ends with an error. | Displays a dialog box with the caption [[#caption-| Caption]] to manually insert a value with a label [[#label-| Label]]. User input is stored in a parameter [[#text-| Text]]. In case of cancellation, the command ends with an error. | ||
| − | == | + | == Input parameters == |
<span id="caption-"></span> | <span id="caption-"></span> | ||
Verze z 2. 11. 2023, 08:38
Obsah
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
Typ String
Titulek dialogového okna.
Label
Typ String
Popisek požadované hodnoty.
Enabled
Typ Number
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
PreWait
Typ Number
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
PostWait
Typ Number
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
Výstupní parametry
Text
Typ String
Text vložený uživatelem.