ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
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....
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
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....
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
XMLPath (Function)
Returns the current position in the document in XPATH format.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
ChangeAction (Example)
Usage example of ChangeAction
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
dPoint (Example)
Usage example of the dPoint function