ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Drive variable>.CopyDirectory (Function)
Copies a directory on a remote drive to another directory.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
The Time control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
DriveCreateDirectory (Function)
Creates a directory on the remote disk.
<Variable Drive>MoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
PDFSign (Function)
Applies an approval signature to an existing PDF.
Category (Property)
The Category property gets and sets the category of an element.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Managing semaphores in threads: limiting the concurrent execution of lines of code
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....