ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
Structure of data files of user groupware
Using the Vista style in your windows
WINDEV allows you to customize......
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Character strings
WLanguage supports different types of strings....
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
Private Store for mobile applications
There are two methods two deploy your applications......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
5. User Groupware in practice
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
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....
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......