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.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Environment of code editor
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
FTP constants
List of constants used by the FTP functions....
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
Google document management functions
List of functions for managing Google documents...
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
MyReport (Reserved word)
MyReport is used to handle the current report...
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).