ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPrintReport (External language)
Prints a report created with the report editor.
StatSum (Function)
Calculates the sum for a series of values.
StatVariance (Function)
Calculates the variance for a series of values.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL...
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number...
gglPath (Type of variable)
The gglPath type is used to define the characteristics of the route to drawn on a map...
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows...
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved...
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Reminder (Type of variable)
The Reminder type is used to describe and handle a reminder to inform the user of an appointment.
Event (Type of variable)
The Event type is used to define all the advanced characteristics of an event: birthday, saint's...
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic...
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications...
Handling Spreadsheet controls programmatically (in a report)
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device...
ToolbarVisible (Property)
The ToolbarVisible property is used to: know if the toolbar or the ribbon is displayed...
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string....