moduleLower()
Replaces the function lowerModule() as of the version 3.8.
The given module is used as a initial point to search for the top level window that is then lowered. In case of an embedded module, it will not be lowered, but instead its container module window will be.
Synopsis
int moduleLower(string moduleName);
Parameters
Parameter | Description |
---|---|
moduleName | Initial point to search for the top level window that is then lowered. |
Return value
The function returns 0 in normal operation or in the event of errors -1.
Error
Description
The given module is used as a initial point to search for the top level window that is then lowered. In case of an embedded module, it will not be lowered, but instead its container module window will be.
Example
The main (top level) window is lowered.
main()
{
int i;
i = moduleLower(myModuleName());
}
Assignment
UI functions
Availability
UI