Skip to main content

addOption

Short summary

This method appends the dialog with the given option.

Parameters

NameTypeCommentKind
optionDialogOption-input

Code

Declaration

METHOD addOption : IDialog
VAR_INPUT
option :DialogOption;
END_VAR