DialogOption
Short summary
DialogOption is a data type for configuration of buttons in dialogs.
Access: -
| Name | Type | Comment |
|---|---|---|
| text | Tc2_System.T_MaxString | text to be shown |
| result | DINT | the returned result value if this option was choosen |
| userlevel | DWORD | a user level needed to select this option |
| additionalData | Tc2_System.T_MaxString | any additional data needed for the template, e.g. an enabled flag |