ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Windows,TCurrent (External language)
Modifies the title of the current window.
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
"Reports & Queries" software
This is "Reports & Queries"......
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Error 1010: The member of the class is constant
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
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....
NextTitle (Function)
Modifies the title of next window to open.
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....