ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
WDSQL, SQL Tool: Overview
WDSQL is used to......
SCM: Removing a project
Usage example of the AppointmentAdd function...
Composite keys
A composite key is a key item containing several other items......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server tables, the wizard allows you to......
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
Compilation options (HLP format)
GanttDateTimePosition (Function)
Configures the first day and the first time displayed in a Gantt Chart column (found in a Table or TreeView Table control).
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Managing parallel tasks
The computers are becoming more and more powerful......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
The "Bubble" charts
A bubble chart shows the correlation between three variables using bubbles of different sizes: categories and values on the X and Y axes and an additional parameter.. The size of the bubble indicates the value of this third parameter.
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Software factory: Installation
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Joins between the tables of a select query
When several tables are used in a query, the query editor automatically searches for the links between these tables described in the database schema......
Creating a Java archive
When your Java application is developed, you can......