ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Looper control linked to a data file
A Looper control can be used to display the content of a data file or query...
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query...
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
HSL (Function)
Creates a color from its hue, saturation and lightness.
GglGetCalendar (Example)
Usage example of the GglGetCalendar function
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
FileDisplay (Example)
Usage example of the FileDisplay function
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
xlsDocument (Example)
Usage example of the xlsDocument type
ShellExecute (Function)
Opens a document in its associated application.
Parameters of the procedure used by TreeListItem
Procedure ("Callback") called by TreeListItem for each "child" element found. This procedure can be a local, global or internal procedure.
GglListCalendar (Example)
Usage example of the GglListCalendar function
RGBGreen (Function)
Returns the green component of an RGB color.