ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
Installing a SOAP server with IIS
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......
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
Map control properties
The following properties can be used with Map controls:...
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
Associative array (Type of variable)
An associative array is an "advanced" type of array...
SaaSAdminModifyUser (Function)
Modifies a SaaS user.
SaaSAdminDeleteUser (Function)
Deletes a SaaS user.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
SaaSAdminListUser (Function)
Lists the users of the SaaS Webservice database.
NetClientSendMessage (Example)
Usage example of the NetClientSendMessage function
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Width (Property)
The Width property is used to determine and change the width of an element.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
SocketExist (Function)
Checks the existence of socket.
SaaSAdminAddUser (Function)
Adds a SaaS user.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
iParameter (Function)
Retrieves the printer configuration and configures the print.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
dCopyImage (Example)
Usage example of the dCopyImage function