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.
fSelect (Function)
Opens the Windows file picker.
Hidden (Property)
The Hidden is used to: Determine if a control in a report is hidden. Redact or blur a control in a report....
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
PDF Reader control events
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
Managing parallel tasks
The computers are becoming more and more powerful......
WINDEV applications for Linux: Specific features
Custom tooltips
Tooltips are very useful for application users......
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
HCopyRecord (Example)
Usage example of the HCopyRecord function
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
CallDLL32 (Function)
Runs a function found in an external DLL.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
Title (Property)
The Title property is used to get and change the title of an element.