ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project elements
The project includes windows, reports, queries, help files, sets of procedures, ...
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLLast (Function)
Sets the position on the last row of the query result.
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
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......
CallDLL32 (Function)
Runs a function found in an external DLL.
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
GglUploadDocument (Function)
Uploads a document to the Google server.
ArrayDistinct (Function)
Returns an array without duplicates.
String functions
List of functions for managing character strings...
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
Installing and starting WDTRAD
Installing and starting WDTRAD
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......