getUiFunctionList()
Returns all UI functions that can be used in WinCC OA scripts.
Synopsis
dyn_string getUiFunctionList([int mode = 0]);
Parameters
Parameter | Description |
---|---|
mode |
|
Return value
The function returns all available UI functions, otherwise -1.
Description
Returns all UI functions that can be used in WinCC OA scripts. The synopsis of the functions equals to the function tooltip in the script editor.
Example
Returns the available UI functions in the log viewer.
main()
{
DebugN(getUiFunctionList());
}>
Assignment
Availability
UI