ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
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.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iColumnEnd (Function)
Forces a column break in a multi-column report.
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a field linked to a file: changes made to the linked table are reflected in the field.. for a programmatically manipulated field: calculated columns are re-calculated....
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
WDINT, WDTRAD and WDDIXIO: Translation tools
Manipulating Scrollbar controls programmatically
WINDEV allows you to programmatically manipulate Scrollbar controls......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
Properties associated with the areas defined in Zoning mode
HFSQL Client/Server: Backing up databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
HFSQL properties
List of HFSQL properties...
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
9. Sharing a project in practice
Sharing a project in practice...
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
8. Sharing a project in practice
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Compilation options
The compilation options allow you to define the help system generation settings......
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
<ftpConnection variable>.Date (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 - Update 2....