ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Generating an application for Universal Windows 10 App
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
Font
The Font keyword can correspond to: a Font variable. the Font property....
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
Arithmetic operators
The arithmetic operators are......
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
TwainToTIFF (Function)
Allows you to: save the document coming from the Twain device in a TIFF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in TIFF format (in a buffer)....
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks found in a Looper control......
Count (Property)
The Count property returns the number of elements in a given set.
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
WINDEV and the SOAP protocol
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
WLanguage procedure called by zipAddFileList
WLanguage procedure ("Callback") used by zipAddFileList to manage the progress of files being added to the archive.
WLanguage procedure called by zipAddDirectory to handle the progress bar
WLanguage procedure ("Callback") used by zipAddDirectory to manage the progress of files being added to the archive.
WLanguage procedure called by zipExtractDirectory to manage progress bars
WLanguage procedure ("Callback") used by zipExtractDirectory to manage the progress of files being extracted from the archive.
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.