ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
WINDEV, WEBDEV and WINDEV Mobile general options
The general options are used to configure the working environment of the product used......
5. Project configuration
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
<Report>.InitReportVerso (Function)
Initializes the parameters of a report to be printed on the verso side of another report.
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
Voice commands in your applications
The applications that you develop can react to the user's voice......
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout......
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
HModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server table....
<Connection variable>.ModifyDatabaseRights (Function)
Modifies the rights granted to a user or to a group for a HFSQL Client/Server database....
HModifyDatabaseRights (Function)
Modifies the rights granted to a user or to a group for a HFSQL Client/Server database....
HInfoFileRights (Function)
Gets the rights granted to a user or group on an HFSQL Client/Server table....
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
<Connection variable>.ModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server table....
<Connection variable>.InfoFileRights (Function)
Gets the rights granted to a user or group on an HFSQL Client/Server table....
ODBCSQLCode (Property)
The ODBCCodeSQL property allows you to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
Breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......