ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Sequence of selection conditions for a query
When at least two selection conditions are found in a query, the sequence of selection conditions must be specified by the conditional operators AND and OR......
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......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
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......
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......
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
Error 1010: The member of the class is constant
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
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....
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......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....