ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
Financial constants
List of constants used by the financial functions....
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
WordToArray (Function)
Fills an array with the words from a string.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
WordCount (Function)
Returns the number of words in a string.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
HPriorityClient (Function)
Modifies the priority of a client application.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
FinPaymentNb (Function)
Returns the number of payments required to pay off a capital according to a given rate.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
HForward (Example)
Usage example of the HForward function
XMLAddAttribute (Function)
Adds an attribute into an XML document.