AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones varias de WINDEV
  • 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
Versión mínima requerida
  • Versión 26
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local