ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
ChangeAction (Example)
Usage example of ChangeAction
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
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)....
Creating links
Links help users navigate the help system......
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
fCompress (Example)
Usage example of the fCompress function
Date (Type of variable)
The Date type enables you to easily handle the dates...
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
fDir (Function)
Finds a file or directory.
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
ServiceStop (Function)
Stops a service.
fLock (Example)
Usage example of the fLock function
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
UnloadProcedure (Function)
UnloadProcedure is kept for backward compatibility.
Sensor constants
Constants used by the SensorXXX functions...
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
HExecuteQueryAsynchronous (Example)
Example of use of HExecuteQueryAsynchronous