ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
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
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
FTPCommand (Example)
Usage example of the FTPCommand function
fCreate (Example)
Usage example of the fCreate function
fMakeDir (Example)
Usage example of the fMakeDir function
HRecNum (Example)
Usage example of the HRecNum function
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
WDInst: Configuring the uninstaller
The application uninstaller is the application that allows the end user to uninstall the application....
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
FTPDate (Example)
Usage example of the FTPDate function
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....