Parameters > Citect.ini File Parameters > Page Parameters > [Page]SplashTimeout

[Page]SplashTimeout

Milliseconds for the Splash Screen to display.

Allowable Values:

0 - Disable

1- 32767 (Milliseconds)

Default Value: 5000

Note: If [Page]SplashTimeout = 0 the window needs to be closed manually using WinFree(). The following cicode can be used to close the splash window from cicode that runs outside the context of the splash page:
WinGoto(WinNumber("SplashWin")); // "SplashWin" needs to match the name defined in [Page]SplashWinName WinFree();

See Also