ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
5. User Groupware in practice
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
1. RAD (Rapid Application Development)
1. RAD (Rapid Application Development)
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
WDStatistics: Configuring the WEBDEV administrator
To create the log files required to calculate the statistics for site traffic, a specific setting must be performed in the WEBDEV administrator......
Using several libraries in an application
A library is a WDL file that contains all the resources......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
ODBC driver for HFSQL Classic and HFSQL Client/Server - License agreement
OLE DB driver for HFSQL Classic and HFSQL Client/Server - License agreement
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
.NET Assemblies
.NET is Microsoft's software development platform......
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
WDADMINEXE : Information about last available update
The "Setup" tab of WDADMINEXE contains information regarding the last available update of the application......
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
10. UMC: User Macro-Code
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....