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.
The Upload control
The Upload control is used to upload files on the Web server......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
WEBDEV site deployment: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
Synchronizing the database schema with external databases
The database schema must be synchronized with an external database if it uses......
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
Managing space characters in the searches?
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
HRecreateSubscriberReplica (Function)
Re-creates the description file of a subscriber replica (universal replication only) according to the information of the master replica (.RPM and.SYN files).
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
Report data source
...The reports can be created with the data coming from:...
<ftpConnection variable>.RemoveDir (Function)
Deletes a directory and its content (files and subdirectories) from an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
HFSQL Control Center: Managing scheduled tasks
The Control Center allows you to set up an automatic optimization mechanism for the database and its files, thanks to scheduled optimization tasks......