ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iColumnEnd (Function)
Forces a column break in a multi-column report.
Programming the table cells
The Table controls can be handled......
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
nfcData (Variable type)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Automatic documentation of external components
External components must include a technical documentation......
Control constants
List of constants used by the functions for managing controls...
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
dChord (Example)
Usage example of the dChord function
Flexbox control properties
WLanguage properties can be used to manipulate ......
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
dArc (Example)
Usage example of the dArc function
dSlice (Example)
Usage example of the dSlice function
LooperAddLine (Function)
Adds a row at the end of a Looper control.
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
Description (Property)
The Description property is used to get and change the description of an element.
HTTPRequest (Example)
Usage example of the HTTPRequest function
Spreadsheet control events
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.