ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native SQLite Connector
WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver....
17. TLS/SSL: Encrypting information on the Web
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified by MemModify, on the return value....
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Generating an application for Universal Windows 10 App
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
HAdd (Example)
Usage example of the HAdd function
16. Protecting access to the site: passwords
Compilation options (chm format)
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Report based on a query
Queries are used to easily select records in one or more data files......
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
Operations performed on deployment diagrams
The following paragraphs explain......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
The Upload control
The Upload control is used to upload files on the Web server......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......