Dialog: <Show>

Zeigt einen simplen Dialog mit einem OK-Button.

Parameter:

NameAnzahl VorkommnisseDatentypBeschreibung
<Text>1StringText, mehrere Zeilen.
<Title>0-1StringTitle, single line. Default: "Info"

Beispiel:

<Dialog>
<Show>
<Text>Hello.
With multi line.</Text>
<Title>Information</Title>
</Show>
</Dialog>