ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HRetrieveRecord (Function)
Returns the content of the current record (in a file, a 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.
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or 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.
Looper control based on a data file
This type of Looper control uses data from a data file or query......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
Configuring Reports & Queries
Reports & Queries is used to......
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
<Source>.FilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
1
5
6
7
8
9
112
>