ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
License agreement for Native DB2 Connector
License agreement for Native DB2 Connector...
ContinentGet (Function)
Returns the Continent variable that corresponds to one of the following values: a continent constant (2-character continent code), a continent caption....
Restore (Function)
Displays a WINDEV window to its initial size.
Maximize (Function)
Displays a WINDEV window in its maximum size.
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
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....
<Menu>.AddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
<Source>.ReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
First project window
Remote control: Some examples of configuration
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
1. WINDEV editors
WINDEV editors...
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
<Window>.Maximize (Function)
Displays a WINDEV window in its maximum size.
<Window>.Restore (Function)
Displays a WINDEV window to its initial size.
AutoRunDelete (Function)
Stops the automatic execution of a WINDEV application.