ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Cross-references in the code editor
The cross-references in the code editor are used to identify......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
Entity of a CDM
To group information according the MERISE method, entities must be created......
Environment of the report editor
Environment of the report editor...
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
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......
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......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Popup window
WINDEV allows you to open windows in popup format......
Emulating constants
List of constants used by the functions for emulating automated tests....
The .NET 2.0 control (WinForm)
The ".NET 2.0 control (WinForm)" is used to easily manage the.NET controls in WinForm format (for.NET 2.0)....
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.