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.
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
hdfsStatus (Type of variable)
The hdfsStatus type is used to define the advanced characteristics regarding the status of an element (file, directory, link) in the Hadoop file system.
WINDEV concepts
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
UploadSizeSent (Function)
Returns the total size (in bytes) of files already sent by the current upload via an Upload control.
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
<Upload>.SizeSent (Function)
Returns the total size (in bytes) of files already sent by the current upload via an Upload control.
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
iOSAppGroupDirectory (Function)
Returns the path of the container used to share files between several applications belonging to the same iOS App Group.
DriveListeFileGgl (Function)
Lists files from the Google suite (Google Docs, Google SpreadSheets, etc.) present in a Google Drive.
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
What is an application?
An application is a set of objects (windows, controls, ......
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......
hdfsRights (Type of variable)
The hdfsRights type is used to define the advanced characteristics regarding the access rights to an element (file, link, directory) of the Hadoop file system.
<Table>.SelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multi-selection Table control based on a data file.
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......