ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information...
InServiceMode (Function)
Indicates whether the code is run in a service.
ServiceWait (Function)
Pauses the current service during the specified duration.
ServiceInfo (Function)
Returns information regarding the configuration of a service.
SaaSAdminAddService (Function)
Adds a SaaS service into the description of a site.
BTEnableService (Function)
Enables a service provided by a Bluetooth device.
GglGetDocument (Function)
Downloads a document from the Google Docs service.
grSeriesOpacity (Function)
Modifies the opacity factor of a series in a chart.
<Chart>.SeriesColor (Function)
Initializes the color of a series or the color of a section.
<Chart>.SeriesLabel (Function)
Initializes the label of a data series in a chart.
<Chart>.ScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
<gglConnection variable>.GetDocument (Function)
Downloads a document from the Google Docs service.
<Chart>.SeriesOpacity (Function)
Modifies the opacity factor of a series in a chart.
StatVarianceP (Function)
Calculates the variance for a full series of values.
StatCovariance (Function)
Calculates the covariance between two series of values.
StatStandardDeviation (Function)
Calculates the standard deviation 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.
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
grSeriesColor (Function)
Initializes the color of a series or the color of a section.
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
1. Examples provided with WINDEV Mobile
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks found in a Looper control......
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......