ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
fSize (Example)
Usage example of the fSize function
ThreadEnd (Function)
Ends the execution of the current thread.
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
FinCurrentVal (Function)
Returns the current value of investment.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
fReadLine (Example)
Usage example of the fReadLine function
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
fRename (Example)
Usage example of the fRename function
Error (Function)
Displays a custom error message in a system error window.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
FTPCommand (Example)
Usage example of the FTPCommand function
fCreate (Example)
Usage example of the fCreate function
fMakeDir (Example)
Usage example of the fMakeDir function
LDAPAddAttribute (Function)
Adds an attribute or adds a new value to an existing attribute.
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
FTPDate (Example)
Usage example of the FTPDate function
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....