Skip to main content

attatchDialogManager

Short summary

This method can be used to inject custom dialog manager.

Parameters

NameTypeCommentKind
managerIDialogManagerthe interface of the manager that should be injectedinput

Code

Declaration

METHOD attatchDialogManager
VAR_INPUT
(* the interface of the manager that should be injected *)
manager :IDialogManager;
END_VAR

Implementation

THIS^.dialogManager := manager;