ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
SQLFirst (Function)
Positions on the first row of the query result.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Truncate (Function)
Truncates the right part of a string or buffer.
Sort (Function)
Sorts a WLanguage array.
New (Reserved word)
New is used to allocate memory space...
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
GestureCurrentPointer (Function)
Returns the pointer index (finger or stylus) that triggered the call to a process specific to the multi-touch feature in an Image control.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
HCopyRecord (Example)
Usage example of the HCopyRecord function
Assignment of RETURN
The return value of the process currently run can be assigned...
Replication: The different types
The data replication is a powerful feature......
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
ExceptionPropagate (Function)
Propagates an exception.
zipExist (Function)
Used to find out whether an archive exists.
API (Example)
Usage example of the API function
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
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....
zipSize (Example)
Usage example of the zipSize function