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.
<zipArchive variable>.FileSize (Function)
Returns the size of one of the archive files (in CAB, RAR, WDZ, ZIP, 7z, gzip, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
15. Creating the executable in practice
Creating the executable in practice...
WDMap: Reindexing an HFSQL table
WDMap can be used both to determine whether an HFSQL table should be reindexed and to reindex an HFSQL table......
Creating a delete query
A delete query (corresponding SQL statement......
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
<Source>.UpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server table. Warning: This function is available only from WINDEV Suite SaaS 2025 Update 2. For more details, see Using new features exclusive to WINDEV Suite SaaS 2025....
HFSQL constants
List of constants used by the HFSQL functions....
2024 new features brochure: WINDEV new features
WINDEV 2024 new features in the 2024 New Features brochure....
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
IWListDisplay (Function)
Refreshes the display of an "Internal window" control with automatic iteration on a data file or query.
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......