ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value.
<Source>.Alias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
<Source>.LockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Accessing HFSQL files via SAMBA on Linux
A specific setting is required to access the HFSQL files via Samba on Linux......
TokenURL (Property)
The Property URLToken allows you to know and modify the URL for retrieving the access token.
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
<Source>.ListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
IWListDisplay (Function)
Refreshes the display of an "Internal window" control with automatic iteration on a data file or query.
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Error 1006: The member is not global: use: to access it