ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Reals
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Date and Time management functions
List of functions for managing dates and times...
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
iParameter (Function)
Retrieves the printer configuration and configures the print.
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.
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.
Error 20: The variable of the FOR loop should be a real
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
Geolocation function constants
Constants used by geolocation functions...
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.
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.
<Array>.Min (Function)
Returns the lowest value in the array.
<Array>.Max (Function)
Returns the greatest value in the array.