|
|
|
|
|
InternetConnected (Function) In french: InternetConnecté Defines whether an Internet connection is enabled on the current computer.
ResConnexion = InternetConnected()
IF ResConnexion = True THEN
Info("Une connexion Internet est active")
ELSE
Info("Aucune connexion Internet n'est active")
END
Syntax
Finding out whether an Internet connection is enabled Hide the details
<Result> = InternetConnected()
<Result>: Boolean - True if an Internet connection is enabled on the current computer,
- False otherwise.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|