ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPageNum (Function)
Returns or initializes the number of the page currently printed.
iColumnEnd (Function)
Forces a column break in a multi-column report.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iPageEnd (Function)
Forces the move to the next page during the report print.
iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
Permission (Type of variable)
The Permission type represents a permission requested by the application (and therefore declared in the manifest).
HAddUser (Function)
Adds a user to a database.
Twain constants
List of constants used by the Twain functions....
SQLConnect (Example)
Usage example of the SQLConnect function
HConnect (Example)
Usage example of the HConnect function
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
NetServerOption (Function)
Manages the rights of clients on the server (FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV). This function is kept for backward compatibility....
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
13. Generation modes
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
HCloseConnection (Example)
Usage example of the HCloseConenction function
fOpen (Example)
Usage example of the fOpen function
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Creating a RAD pattern
From version 12, a new RAD technology has appeared......
eChangeCurrency (Function)
Converts a currency into another currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
Info (Function)
Displays a custom message in a system information window.
10. Internal components in practice