ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
Enqueue (Function)
Adds an element to the queue.
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
Dequeue (Function)
Removes an element from the queue.
2. User-friendly editors in practice
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
<sfConnection variable>.ExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Select query description window: Items used
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
Select query description window: Use
Let's see some operations specific to the description window of a select query......
1
4
5
6
7
8
198
>