ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMap: Printing records
WDMAP allows you to print the records found in a data file......
2. Projects in practice
How to use an array of structures?
An array of structures is an Array variable......
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
2. WEBDEV administrator in practice
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Report based on a query
Queries are used to easily select records in one or more data files......
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
Using the query result
The result of a select query can be used in......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Using a query with parameters
A query with parameters can be used......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Handling the report blocks through programming
Each report block is associated with different events......
The Calculated control
The "Calculated" control is used to perform calculations in a report......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......