|
|
|
|
|
InternetConnected (Function) Defines whether an Internet connection is enabled on the current computer.
// Active Internet connection? ResConnection = InternetConnected() IF ResConnection = True THEN Info("An Internet connection is enabled") ELSE Info("No Internet connection is enabled") END
Sintaxis
Finding out whether an Internet connection is enabled Ocultar los detalles
<Result> = InternetConnected()
<Result>: Boolean - True if an Internet connection is enabled on the current computer,
- False otherwise.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|