ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
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......
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......
Programming the table cells
The Table controls can be handled......
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.
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
Compile (Example)
Usage example of the Compile function
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
Project description: Options tab
The project description window allows you to configure various elements of your project......
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
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.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
Sliding Banner control properties
The WLanguage properties can be used to handle ......
HTTPRequest (Example)
Usage example of the HTTPRequest function