IDialog
Short summary
An interface for dialogs which are based on messages.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | IClearableMessage | - |
UML Diagram
Properties
result
Type: DINT
This property contains the wrapped TcEventEntry of the DTO.…
template
Type: Tc2_System.T_MaxString
This property contains name of the template the UI should use when the dialog is opened.…
Methods
addOption
- Parameters:
option(DialogOption)
- Return type: IDialog
This method appends the dialog with the given option.…
clearOptions
- Return type: IDialog
This method clears the options from the dialog.…
Code
Declaration
INTERFACE IDialog EXTENDS IClearableMessage