ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
WINDEV applications for Linux: Specific features
Adds a link to a text section in an RTF Edit control....
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
EventOpen (Function)
Opens a synchronization event between several threads.
Changing the window content with a swipe gesture
The mobile devices propose several features available via finger movements......
Replication functions
Three types of replication are proposed......
ODBCUserName (Property)
The ODBCUserName property allows you to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
Variable scope
Variables can be declared anywhere in the code....
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.