ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
HFSQL properties
List of HFSQL properties...
Appendix 1: WEBDEV vocabulary
Bloque entièrement ou partiellement un fichier externe....
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
<PDF reader>.AddWatermark (Function)
Adds a watermark to all the pages of a PDF file in a PDF Reader control.
<Variable DiskFile>Create (Function)
Creates an external file.
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
Comparison operators
The comparison operators can be divided into several categories......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
2. UML models
2. UML models
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
Common project
Projects are often cross-platform......
GridlinesVisible (Property)
The GridlinesVisible property is used to: Determine whether or not gridlines are visible in a control. Show or hide gridlines in a control....
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......