getUiFunctionList()

Returns all UI functions that can be used in WinCC OA scripts.

Synopsis

dyn_string getUiFunctionList([int mode = 0]);

Parameters

Parameter Description
mode
  • 0 = Returns all functions that are available within the UI.
  • 1 = Additionally to the available functions also returns the internal functions.

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

Graphics functions

Availability

UI