ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a query
Two methods can be used to create a query......
FlexAlignSelf (Property)
The Property FlexAlignSelf allows you to know and modify the alignment and vertical anchoring of the field in the row of the Flexbox field ( Property corresponding CSS "align-self").
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables 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......
Materialized view
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
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......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
12. Universal replication
13. Universal replication
Programming patterns
CAUTION......
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......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
1. The WINDEV Framework
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.
1
3
4
5
6
7
33
>