ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
<Report>.InitQueryConnection (Function)
Initializes the query linked to the report.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
DNSQuery (Function)
Sends a query to a DNS server.
<Source>.ExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
NbPendingThread (Property)
The NbPendingThread property is used to get the number of pending threads in a queue or in a stack.
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack, or if the operation is in progress.
<xmlDocument variable>.ExecuteXPath (Function)
Executes an XPATH query in an xmlDocument variable.
<Connection variable>.UpdateQuery (Function)
Creates or updates a query on an HFSQL server.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLFirst (Function)
Positions on the first row of the query result.
SQLSeek (Function)
Positions on the specified result row of the query.
SQLModify (Function)
Modifies the content of a row in the query result.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
XMLResult (Function)
Returns the result of a calculation XPath query.