Determines the Cicode function to run when CitectSCADA DisplayClient component starts up.
You can only pass constant data to the startup function call. You cannot pass variables or other functions. For example, MyFunc(1, "str") is valid, but MyFunc(PLCTAG, "str") or MyFunc(YourFunc(), "str") is not supported.
Allowable Values: Any built-in or user-written Cicode function
Default Value: NONE
Note: This parameter is used by CitectSCADA to specify the Cicode function that runs at startup, when running in single process mode.
See Also