ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Events associated with a Gantt Chart column
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
PostgreSQL Native Connector: Programming with HFSQL functions
To use a PostgreSQL database with the Native Access Connector, you need to import the PostgreSQL table structure into the WINDEV or WEBDEV... database schema....
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
Map control functions
Map control functions...
WDMSG license agreement
WDMSG license agreement...
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
The Edit control
The Edit control allows users to enter data......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Debugger: Step-by-step project execution
Running a project step-by-step allows you to start the debugger when launching the application......
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min