ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query.
FilteredItem (Property)
The FilteredItem property is used to identify the item that has a filter implemented by HFilter.
HFilter (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).
FilterCondition (Property)
The FilterCondition property gets the selection condition set by HFilter on a data file, HFSQL view or query.
Filtering a data file, a view or a query
A filter is used to define programmatically a selection of records corresponding to one or more criteria...
XMLDocument (Example)
Usage example of the XMLDocument function
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
OrgDeleteAll (Function)
Deletes all elements from an Organization Chart control.
fTempFile (Example)
Usage example of the fTempFile function
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function
iPrintReport (Example)
Usage example of the iPrintReport function
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
iPrintReport (External language)
Prints a report created with the report editor.
XML functions
List of XML functions...
fExtractPath (Example)
Usage example of the fExtractPath function
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Different types of data (Type of variable)
A variable is defined by name and type......
iPrintDoc (Function)
Prints a document in "docx" format.
CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
Various constants
List of various constants....
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
5. Site test in practice
Table,Select,+ (External language)
Selects an element in a Table control.
SQLModify (Example)
Usage example of the SQLModify function
HIndex (Example)
Usage example of the HIndex function