ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
ODBCUserName (Property)
ODBCUserName is used 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....
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
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......
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
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......
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
.NET application
To create a.NET application from a project......
Variable scope
Variables can be declared anywhere in the code....
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control. Change the hierarchy print mode: the entire hierarchy or only visible elements in the control....
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
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......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.