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
Indicates if the current code is being executed on the WebSocket server.
Example
IF InWebSocketServerMode() THEN
// Code specific to the WebSocket server
ELSE
// Code to execute in other cases
END
Syntax
<Result> = InWebSocketServerMode()
<Result>: Boolean
  • True if the code is executed on the WebSocket server,
  • False in all other cases.
Remarks

Availability of the function

InWebSocketServerMode can be used in all IDEs to allow for cross-platform code. Functions or procedures that use InWebSocketServerMode can be shared between several products without generating any compilation error.
Business / UI classification: Neutral code
Component: wd290page.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