ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
The Upload control
The Upload control is used to upload files on the Web server......
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
Image control in a window
This help page presents the characteristics of an Image control found in a window...
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Project Management Hub: Managing projects
Project Management Hub: Management of projects (view, creation, ...)...
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Universal replication
The purpose of universal replication is to keep several databases synchronized......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Creating the menus for the windows of the WINDEV RAD pattern
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
14. Managing the "Back" button in practice
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......