ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Execute (Function)
Starts the execution of a process through programming.
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
Wait (Function)
Temporarily stops the program execution.
HAlias (Example)
Usage example of the HAlias function
Creating the Table windows of the WINDEV RAD pattern
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
Events associated with Button controls
List of events associated with Button controls...
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
MapConfigureGglAPI (Function)
Declares additional parameters for the Map control that will be transmitted to the Google API.
mongoConnection (Type of variable)
The mongoConnection type is used to define the advanced characteristics of a connection to a MongoDB server.
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.