isInBrowser()
Verifies whether the UI Manager is running in the Web Client plugin inside the web browser.
Synopsis
bool isInBrowser();
Parameters
Parameter | Meaning |
---|---|
None | - |
Return value
TRUE (1) the UI Manager is running in the Web Client plugin inside the web browser. Otherwise FALSE (0).
Description
Verifies whether the UI Manager is running in the Web Client plugin inside the web browser.
Example
main()
{
if(isInBrowser())
DebugN("UI Manager is running in the Web Client
plugin.");
else
DebugN("UI Manager is not running in the Web Client
plugin.");
}
Assignment
Availability
CTRL