attatchDialogManager
Short summary
This method can be used to inject custom dialog manager.
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| manager | IDialogManager | the interface of the manager that should be injected | input |
Code
Declaration
METHOD attatchDialogManager
VAR_INPUT
(* the interface of the manager that should be injected *)
manager :IDialogManager;
END_VAR
Implementation
THIS^.dialogManager := manager;