moduleIsMaximized()
The function checks if the given module is maximized.
Synopsis
int moduleIsMaximized(string moduleName);
Parameters
| Parameter | Description | 
|---|---|
| moduleName | The module name that is checked. | 
Return value
The function returns 1 if the module is maximized and 0 if it is not.
Errors
Description
The function checks if the given module is maximized.
Assignment
Availability
UI
