ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SSH constants
The following constants are used to manage an SSH server:...
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
HRSIgnoreError (Function)
Ignores errors so that replication between HFSQL servers can continue to run.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
NumberInWords (Function)
Converts a number to words.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
HTTPRequest (Function)
Starts an HTTP request on a server.
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
Various constants
List of various constants....
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
Project (External language)
Opens and runs a WINDEV project.
InApp constants
Constants for managing the Image Editor control
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.