ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppointmentModify (Function)
Modifies the current appointment: in a Lotus Notes or Outlook calendar. in the calendar found on a mobile device (Android/iOS)....
StatVarianceP (Function)
Calculates the variance for a full series of values.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
OpenAsynchronous (Function)
Opens a window whose result will be retrieved via a WLanguage procedure ("callback").
ServiceStop (Function)
Stops a service.
fLock (Example)
Usage example of the fLock function
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
WEBDEV Application Server - 10 connections - License agreement
RESTSend (Function)
Sends a REST request and waits for the server response.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
ServiceStart (Function)
Starts a service.
InfoBuild (Function)
Displays a custom message in a system information window.
ServiceWait (Function)
Pauses the current service during the specified duration.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
WLanguage procedure called by HTrack
WLanguage procedure called by HTrack
zipCreate (Function)
Creates an archive.
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Calling a procedure/a function
Syntax for calling a local or global procedure.