ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
  • Availability of the function
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
InWebSocketServerGlobalServiceMode (Function)
In french: EnModeServeurWebSocketServiceGlobal
Indicates if the current code is being executed on the global service of the WebSocket server.
Example
IF InWebSocketServerGlobalServiceMode() THEN
// Code specific to the global service of the WebSocket server
ELSE
// Code to execute in other cases
END
Syntax
<Result> = InWebSocketServerGlobalServiceMode()
<Result>: Boolean
  • True if the code is executed in the global service of the WebSocket server,
  • False in all other cases.
Remarks

Availability of the function

InWebSocketServerGlobalServiceMode can be used in all IDEs to allow for cross-platform code. Functions or procedures that use InWebSocketServerGlobalServiceMode can be shared between several products without generating any compilation error.
Component: wd290vm.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help