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.
<Variable DiskFile>Create (Function)
Creates an external file.
zipDeleteFile (Function)
Deletes a file from an archive.
fDir (Function)
Finds a file or directory.
MCIPlay (Function)
Plays a media file.
fCreate (Function)
Creates an external file.
<DiskFile variable>.ChangeSize (Function)
Resizes an external file.
FileView (Function)
Opens a file in the browser.
MCIOpen (Function)
Opens a media file.
BurnerAddFile (Function)
Adds a file to the compilation.
xlsClose (Function)
Closes an XLS file.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
MCIClose (Function)
Closes a media file.
fWatchFile (Function)
Starts watching a file.
fClose (Function)
Closes an external file.
<DiskFile variable>.Close (Function)
Closes an external file.
fChangeSize (Function)
Resizes an external file.
<zipArchive variable>.DeleteFile (Function)
Deletes a file from an archive.
WDInst: handling the files to install
By default, the files to install are......
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....