ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ......
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......
BuildBrowsingTable (Function)
Creates a Table control from the items of a table (view or query).
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"....
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.
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
HDeleteQuery (Function)
Deletes a query (used by stored procedures) from an HFSQL server.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
<Connection variable>.DeleteQuery (Function)
Deletes a query (used by stored procedures) from an HFSQL server.
HFilterContains (Function)
Defines and enables a "Contains" filter on a table, view or query.