ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
fWrite (Function)
Writes: a character string into an external file. a memory section....
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
EventCreate (Function)
Creates an event.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
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.
Extern (Reserved word)
EXTERN is used to...
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....
Scheduler control events
The following events associated with Scheduler controls:...
MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
WordCount (Function)
Returns the number of words in a string.