ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
3-tier architecture
The development in "3-tier" architecture is now simplified......
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
Border (Type of variable)
The Border type is used to handle a border through programming...
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Associating documents with the project
To describe a project in detail, you can associate documents with it......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in data-bound controls.
Flexbox control description: General Tab
In the "General" tab of the Flexbox control description window, you can view and change the options of the different controls integrated into a flexbox container......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Managing bar codes
The use of bar codes to identify and manage products has become essential......
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......