ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
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......
Compilation options (HLP format)
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
WDScript: use in command-line and console mode
WDXView : Use
This help page presents the different features of WDXView......
2. Analysis in practice
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Internal component
An internal component is a set of elements from a project......
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
<Array>.Insert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.