ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

hbReading (Type of variable)
The hbReading type is used to define the characteristics of a read operation.
RepeatedZoneAddStart (Function)
Adds a repeat (or line) at the beginning of a field Infinite repeat zone. The repeat is inserted before the first repeat in the Repeated zone field.. The scroll position of the Repeated zone field remains unchanged.
Max (Function)
Returns the greatest value passed as parameter.
Min (Function)
Returns the lowest value.
Compile (Example)
Usage example of the Compile function
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
Error 20: The variable of the FOR loop should be a real
Manipulating Edit controls programmatically
You can manipulate Edit controls programmatically......
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Geolocation function constants
Constants used by geolocation functions...
GanttWorkingHour (Function)
Overwrites the working hours on a row in a Gantt Chart column of a Table (or TreeView Table) control.
CalculatorButton (Property)
The CalculatorButton property is used to determine and indicate whether a Numeric or Currency Edit control has a button to display a popup calculator.
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
HListHistoryReindexing (Function)
Lists the operations performed on current tables, over the last 24 hours, or on the last 1000 tables. These operations include reindexing, recalculation of statistics, memo verification, index verification, etc. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
<Array>.Min (Function)
Returns the lowest value in the array.
<Array>.Max (Function)
Returns the greatest value in the array.