ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
Help about new features: Letting users know about changes
Applications are constantly evolving......
Font (Type of variable)
A Font variable creates a font programmatically...
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
Global procedure/function
A global procedure can be used in all the processes or events of the project....
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Using the task management and the schedule
Time management is extremely important......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
HTTPSimulateNetwork (Function)
Simulates a slow network by limiting the download and upload speed.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
4. UI: Windows
IU of windows...
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Programming patterns
CAUTION......
Body block
The Body block corresponds to the main block of the report......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...