ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLModify (Function)
Modifies the content of a row in the query result.
<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.
<xmlDocument variable>.ExecuteXPath (Function)
Executes an XPATH query in an xmlDocument variable.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
XMLResult (Function)
Returns the result of a calculation XPath query.
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
<Source>.FreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
SQLLast (Function)
Sets the position on the last row of the query result.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
HDelete (Function)
Deletes a record from a data file (query or view).
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
Multi-database queries
A query (typed in SQL code) can operate on different databases......
Using the query result
The result of a select query can be used in......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
<Source>.RetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
<Source>.DeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
1
4
5
6
7
8
112
>