GetWebUICount

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
GetWebUICount

Type: Function
Context: Client
Introduced: v1.0

Description

Gets the total number of Web UIs created.

Syntax

GetWebUICount()

Parameters

  • This function has no parameters.

Return Value

  • Returns the number of web UIs created.

Example

print("Web UIs created:  ".. GetWebUICount() ..")

See also