ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HFilter (Function)
Defines and enables a filter on a table, view or query.
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.
<Source>.Filter (Function)
Defines and enables a filter on a table, view or query.
FilteredItem (Property)
The FilteredItem property is used to identify the item that has a filter implemented by HFilter.
<Source>.ReadNext (Function)
Sets the position on the next data file record according to a browse item.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
14. Report templates
...Report templates are used to easily standardize report layouts....
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This file must have been uploaded: via an "Upload" edit control. via a single-file or multi-file Upload field....
<Upload>.FileName (Function)
Returns the name of a file "uploaded" by the Web user. This file must have been uploaded: via an "Upload" edit control. via a single-file or multi-file Upload field....
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
MongoGridFSDeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
<mongoGridFS variable>.DeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
<mongoGridFS variable>.DeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
OBEXListFile (Function)
Lists the files shared by a device that is using the OBEX protocol.
fTempDir (Function)
Returns the name of directory used to store the temporary files.
<zipArchive variable>.AddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.