ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
HChangeLocation (Function)
Modifies the search mode of physical tables (.FIC, .NDX, ...).
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
InAutomaticTestMode (Function)
Shows whether or not an automation test is in progress.
HSuggestKey (Function)
Returns a list of keys to add to tables to improve query performance.
FTP constants
List of constants used by FTP functions....
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
WordCount (Function)
Returns the number of words in a string.
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.
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
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.