ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDReplic: Implementing a replication
Configuring a replication requires several steps......
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......
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
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......
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
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......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
iPrintReport (Function)
Prints a report created with the report editor.
SocketConnect (Function)
Connects a client computer to a given socket.
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
HSubstDir (Example)
Usage example of the HSubstDir function
HExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
HExecuteProcedure (Function)
Runs a stored procedure.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
HPass (Function)
Defines the password used to create or open a data file.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.