ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
fDirExist (Function)
Checks the existence of a directory.
xlsDocument (Example)
Usage example of the xlsDocument type
xlsVersion (Example)
Usage example of the xlsVersion function
TotalNbChildren (Property)
The TotalNbChildren property returns the total number of children in a branch: of a Treeview control, of a TreeView Table control....
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
Upload functions
The following functions are used to manage the upload:...
Border of controls
One of the most important elements of control style is its border......
Project Management Hub: Managing projects
Project Management Hub: Management of projects (view, creation, ...)...
NetSendFile (Example)
Usage example of the NetSendFile function
SNMPOIDStatus (Function)
Returns the status of an OID.
SNMPOIDDescription (Function)
Returns the description of an OID.
fTempPath (Example)
Usage example of the fTempPath function
HError (Example)
Usage example of the HError function
Customize the wizards
You can easily customize all wizards in WINDEV, WEBDEV or WINDEV Mobile......
HListFile (Example)
Usage example of the HListFile function
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
SNMPOIDToString (Function)
Converts an OID from its numeric representation to its text representation.
SNMPOIDAccess (Function)
Returns the authorized access modes of a specific OID.
NotesReset (Function)
Creates an empty document in Lotus Notes.
RestartProgram (Function)
Ends the application and restarts it.
WLanguage procedure called by zipAddFile
WLanguage procedure ("Callback") used by zipAddFile to manage the progress of files being added to the archive.
FTPDeleteFile (Example)
Usage example of the FTPDeleteFile function