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