ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
<Report>.InitQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Error 202: The method already has an access attribute (public, protected or private)
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
<Source>.ListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Enqueue (Function)
Adds an element to the queue.
Dequeue (Function)
Removes an element from the queue.
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
Error 1014: The access to the member of the class is restricted by a private inheritance
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
<sfConnection variable>.ExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
Select query description window: Items used
Select query description window: Use
Let's see some operations specific to the description window of a select query......
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
Error 805: No syntax without parameter
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
1
3
4
5
6
7
105
>