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)...
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
dbgInfo (Function)
Returns a debug information.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
Control constants
List of constants used by the functions for managing controls...
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Camera control in a mobile application
The Camera control is used to......
Configuring Reports & Queries
Reports & Queries is used to......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Referring to an element in a WLanguage event / process
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
Creating an executable: General options
The main executable options are as follows......
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Project portfolio
From version 25, you can create "project portfolios"......
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Test of a query
The query editor allows you to run the test of query result......