---
title: "Dialog Object"
---
### Beschreibung

xxx

### **Attribute**

| Name | Typ | Beschreibung |
| --- | --- | --- |
| Caption | [string](../../../standard-datentypen/string.md) | Beschriftung Dialogs |
| Control | object | Ein Objekt mit dem Control, welches im Dialog angezeigt werden soll |
| Callback | [string](../../../standard-datentypen/string.md) | Name der Callback Funktion für diesen Dialog |

### **Beispiel**

```
{ "Caption":"Dialogtitel", Control":{...} }
```
