ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NFCSendTag (Function)
Sends a NFC tag to another device.
HDescribeLink (Function)
Describes a link between two data files through programming.
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
EventCreate (Function)
Creates an event.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
Project (External language)
Opens and runs a WINDEV project.
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.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
Error 108: The size of the variable is not allowed
Error 116: An array dimension must be an integer value
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
LOOP statement
The statement block is repeated endlessly...
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
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.