ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
<Drive variable>.CopyDirectory (Function)
Copies a directory on a remote drive to another directory.
fMoveDir (Function)
Moves a directory and its content.
Configuring an application with User Groupware
Geometry (Variable type)
The Geometry type can be used to store any type of geometry: point, polygon, etc.
String functions
List of functions for managing character strings...
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
Popup window
WINDEV allows you to open windows in popup format......
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
DriveCreateDirectory (Function)
Creates a directory on the remote disk.
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
<Variable Drive>MoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.
PDFNbSignatures (Function)
Gets the number of signatures in a PDF document.
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Manipulating iFrame controls programmatically
WEBDEV allows you to manipulate an iFrame control programmatically......
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......