ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
Android Widget windows
An Android application can contain one or more Widget windows......
Calling a procedure/a function
Syntax for calling a local or global procedure.
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
2. WEBDEV administrator in practice
Organizer report
The report editor gives you the ability to create "Organizer" reports....
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Operations performed on class diagrams
The following paragraphs explain......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Scheduler report
The report editor allows you to create "Scheduler" reports....
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable.
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
Using the Vista style in your windows
WINDEV allows you to customize......
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....