ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
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.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
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....
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.
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
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
fRename (Example)
Usage example of the fRename function
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
OrganizerToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
HState (Example)
Usage example of the HState function
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.