ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
15. Cookies: information stored on the end user's computer
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table or TreeView Table control is visible for export and printing. Modify the visibility of a column in a Table or TreeView Table control for export and printing....
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
tapiRecord (Function)
Records the current communication as a".WAV" file.
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
2. Deploying a static site or a PHP site
HToItem (Function)
Assigns the specified value to an item of the current record.
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......
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
Query based on query
Queries can be based on items from another query......
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....