ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
BrowserIsConnected (Function)
In french: NavigateurEstConnecté
Indicates whether the browser is connected to the network.
Example
IF BrowserIsConnected() = False THEN Info("You are disconnected")
Syntax
<Result> = BrowserIsConnected()
<Result>: Boolean
  • True if the browser is connected to the network,
  • False otherwise.
Component: WDJS.DLL
Minimum version required
  • Version 16
Comments
Click [Add] to post a comment