ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
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......
Using the Salesforce service
Salesforce is a very popular CRM software......
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Reports and Queries 2024: New WLanguage features
In version 28, new functions have been introduced and some of them have been improved......
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
WINDEV Mobile concepts
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
15. Project Management Hub
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
Copying and cloning
Variables are copied using the "=" operator...
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.