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.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
HModify (Example)
Usage example of the HModify function
FinCurrentVal (Example)
Usage example of the FinCurrentVal function
FinFutureVal (Example)
Usage example of the FinFutureVal function
Compile (Example)
Usage example of the Compile function
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....
The Line control
A Line control is used to display a line in a page......
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
Programming the table cells
The Table controls can be handled......
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Automatic documentation of external components
External components must include a technical documentation......
Control constants
List of constants used by the functions for managing controls...
dChord (Example)
Usage example of the dChord function
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
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.
Conversion (Function)
Converts a value from a unit to another one.
Description (Property)
The Description property is used to get and change the description of an element.
dArc (Example)
Usage example of the dArc function
dSlice (Example)
Usage example of the dSlice function
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
HTTPRequest (Example)
Usage example of the HTTPRequest function
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.