ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

JSONToVariant (Function)
Converts a JSON string to a Variant variable.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
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....
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
Constants for managing character strings
List of constants used by string management functions...
ExceptionPropagate (Function)
Propagates an exception.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
Scrollbar control properties
List of properties associated with the Scrollbar control...
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.
User Control Center: Management of network applications
For each network application listed in the User Control Center, the "Management of network applications" section is used to......
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.
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).
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.