ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FilteredItem (Property)
The FilteredItem property is used to identify the item that has a filter implemented by HFilter.
HDeactivateFilter (Function)
Temporarily disables the filter on a table (view or query).
Filtering a table, a view or a query
A filter is used to define programmatically a selection of records corresponding to one or more criteria...
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL table, view or query.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a table (view or query).
FilterCondition (Property)
The FilterCondition property gets the selection condition set by HFilter on a table, HFSQL view, or query.
HFilter (Function)
Defines and enables a filter on a table, view or query.
<Source>.Filter (Function)
Defines and enables a filter on a table, view or query.
SQLite Native Connector: Programming using SQL functions
The use of SQL functions to handle SQLite data does not require importing the table structure into the database schema....
Translating a text file with WDTRAD
User Groupware functions...
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
HLogRestart (Function)
Restarts the logging process on a file.
HLogStop (Function)
Stops the log process of a file.
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.
<Source>.RetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Connexion HFSQL>ListHistoryReindexing (Function)
Lists the operations performed on current tables, over the last 24 hours, or on the last 1000 tables. These operations include reindexing, recalculation of statistics, memo verification, index verification, etc. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
<HFSQL connection>.TransactionSavepoint (Function)
Declares a transaction savepoint.
<HFSQL connection>.RSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
Installing the HFSQL Server module
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
<HFSQL connection>.TransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
Installing the HFSQL Server module
Modifies or returns the sound volume....
WDInst: set the characteristics of the files to be installed
WDInst allows you to configure the characteristics of the files to install......
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
<Source>.Cross (Function)
Crosses a record in a data file.