ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
HFSQL Control Center: Overview
The HFSQL Control Center allows you to manage the different HFSQL databases (Network, Mobile, Client/Server) of an organization......
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
HRecNum (Example)
Usage example of the HRecNum function
HState (Example)
Usage example of the HState function
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
StatVarianceP (Function)
Calculates the variance for a full series of values.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
Associative array (Variable type)
An associative array is an "advanced" type of array...
HNbRec (Example)
Usage example of the HNbRec function
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
ThreadExecute (Function)
Starts the execution of a secondary thread.
Multi-database queries
A query (typed in SQL code) can operate on different databases......
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
Creating and handling an item
The main operations that can be performed on an item are as follows......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
Scheduler report
The report editor allows you to create "Scheduler" reports....
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.