ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
MemSeek (Example)
Usage example of the MemSeek function
TaskModify (Function)
Modifies the current task in a Lotus Notes or Outlook task list.
Table,Count (External language)
Returns the number of elements in a Table control.
<Image>.Rotation (Function)
Rotates an Image control.
fReadLine (Example)
Usage example of the fReadLine function
fSize (Example)
Usage example of the fSize function
Table,Display (External language)
Refreshes the Table control.
Table,Add (External language)
Adds an element to a Table control.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
ThreadEnd (Function)
Ends the execution of the current thread.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
nWDSetCallbackNext
Set the "callback" called when using the WDKEY and RETURNWDKEY keywords for the next window to open (in C, Pascal and Visual Basic only)......
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
fExeDir (Function)
Returns the directory from which the execution is started.
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
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.
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
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).
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....
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
DnDEvent (Example)
Usage example of the DnDEvent function