ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing a SOAP server with Apache
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
NetListRemoteAccess (Function)
Returns the list of available remote accesses.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
WinCurrentLayout (Function)
Returns the index of the current layout: in the current window. in the specified window or internal window....
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
<Window>.ChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
NetMachineName (Function)
Returns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution).
Installing a SOAP server with IIS
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
Service management functions
List of functions for managing services...
NetCloseRemoteAccess (Function)
Closes the line that was opened by NetOpenRemoteAccess.
Java functions
List of Java functions...
NetInfoRemoteAccess (Function)
Returns information about the status of a connection as well as the statistics about this connection.
JSInterruptEvent (Function)
Interrupts the process of current event.
JSEndEvent (Function)
Deletes the association between a WLanguage browser function and an event (implemented by JSEvent).
Google Analytics functions
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end date and time of call).
tapiCallEnd (Function)
Returns the date and time of the end of call.
tapiCallStart (Function)
Returns the date and time of the beginning of call (incoming or outgoing call).
Random (Function)
Returns a random number.
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).