ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
geoGetArea (Function)
Retrieves the coordinates of the geographic area that corresponds to a given description.
Multiline Zone control functions
Functions for manipulating Multiline Zone controls....
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
fContentType (Function)
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
MatMultiply (Function)
Multiplies two matrices.
Complete (Function)
Returns a character string of a specified length.
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
Event (Example)
Usage example of the Event function
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.