ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Replication: The different types
The data replication is a powerful feature......
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
Native PostgreSQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to PostgreSQL......
<sfConnection variable>.ForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
1. Database schema: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses tables, it must be associated with a database schema....
Oracle Native 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 database schema......
HInfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
HDeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
Database schema associated with a project
When a WINDEV, WEBDEV or WINDEV Mobile project uses tables, it must be associated with a database schema......
HInfoDatabaseRights (Function)
Gets the rights granted to a user or group on a database.
Synchronizing the database schema with external databases
The database schema must be synchronized with an external database if it uses......
Database schema description window
The database schema description window includes all the characteristics and options of the current database schema......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
Extern (Reserved word)
EXTERN is used to...