ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Report blocks
A printed report includes several sections......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
ArrayInsert (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....
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
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......
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
Error 1049: The access directives are not allowed in a composite variable
Speech synthesis in the mobile applications
The phones can talk!......
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
<Array>.Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand the list of the Combo Box control. select an element in a Combo Box control....
Using the Vista style in your windows
WINDEV allows you to customize......
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
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, ......
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
2. Analysis in practice