void @ModuleCloseAll(int type);
Closes all open graphic module files.
Parameters
int type: Type of module to close (0 = all MDI/POPUP windows, 1 = MDI windows, 2 = POPUP windows)
Return Value
No return value.
Example 1
@ModuleCloseAll(2);
Description: Closes all currently open graphic module POPUP windows.
Related Topics