ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
HChangeName (Function)
Modifies the physical name of a data file.
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
HOpen (Function)
Opens a data file.
HOpenConnection (Example)
Usage example of the HOpenConnection function
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
HDescribeItem (Example)
Usage example of the HDescribeItem function
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
HOnError (Function)
Customizes the management of HFSQL errors.
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
CtDescribedDatabase (Property)
The CtDescribedDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
Diagram constants
The following constants are used to manage diagrams:...
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
CtDescribedAccess (Property)
The CtDescribedAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
CtInitialCatalog (Property)
The CtInitialCatalog property is used to get the default database defined for the access.
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Accessing a database via a web service
The database can be accessed via a web service......
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
SQLExec (Function)
Names and runs an SQL query.
Project description: Files tab
The project description window allows you to configure various elements of your project......
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.