ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
Power (Function)
Raise a number to a power.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
fOpenTempFile (Function)
Creates and opens a temporary file.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
ErrorThrow (Function)
Throw a non-fatal error.
ChronoReset (Function)
Stops and resets a running stopwatch.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.