ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Calculated control
The "Calculated" control is used to perform calculations in a report......
Sum (Function)
Calculates the sum of the array elements.
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
12. Available tests
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......
fExtractPath (Example)
Usage example of the fExtractPath function
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
grSurfaceAddData (Example)
Usage example of the grSurfaceAddData function
grSurfaceAltitudeColor (Example)
Usage example of the grSurfaceAltitudeColor function
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....