ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Common project
Projects are often cross-platform......
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
SQLSeek (Function)
Positions on the specified result row of the query.
SQLModify (Function)
Modifies the content of a row in the query result.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
Native PostgreSQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to PostgreSQL......
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
SQLReqExists (Function)
Checks the existence of a query.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
User report editor (Reports & Queries)
A report provides a custom view of data......
SQLChangeConnection (Function)
Modifies the current connection.
SQLListSource (Function)
Lists the data sources declared on a local site.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......