Материал из Module developer
Module.ShowPopup
to display the popup (the analog of IR.ShowPopup)
Syntax
Module.ShowPopup(name)
| input | sample | description |
| name | "MyPopup" | type: String the popup name |
| output |
| - | type: |
Example:
Module = B.getModule(ModuleID); Module.ShowPopup("MyPopup");
It can be used only for Remote-type popups
