ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating anchors
The anchors are used to define specific points in a help page......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
2. Deploying a static site or a PHP site
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView 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)......
Activation key management functions
The following functions are used to manage activation keys:...
<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....
<Array>.DeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
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....
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
FlexWrap (Property)
The Property FlexWrap allows you to know and modify the management of the return to row of the fields of a row of a Flexbox field ( Property 7900 corresponding CSS "flex-wrap").
Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview....
2. Analysis in practice
AWP without UI
Bootstrap, Angular, React, Vue......
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
Sharing internal components (via SCM)
An internal component is a set of elements from a project......