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...
Copying controls from the page editor
The controls can be copied from the page editor......
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install...
OutlookStartSession (Example)
Usage example of the OutlookStartSession function
fOpen (Example)
Usage example of the fOpen function
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
MatFill (Example)
Usage example of the MatFill function
mongoCollectionOption (Type of variable)
The mongoCollectionOption type is used to define the advanced characteristics of collection options in a MongoDB database.
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
fUnlock (Example)
Usage example of the fUnlock function
MaxNbCard (Property)
The MaxNbCard property gets and sets the maximum number of cards in a Kanban control.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
ChangeTarget (Function)
Changes the target of a button action.
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
fLock (Example)
Usage example of the fLock function
dbgEnableLog (Function)
Enables the runtime log programmatically.
fGraphicFilter (Example)
Usage example of the fGraphicFilter function
HDFS constants
The following constants are used by the HDFS functions:...
Multimedia constants
List of constants used by the multimedia functions....
MCI constants
List of constants used by the MCI functions....
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
WithScroll (Property)
The WithScroll property is used to: enable or disable the scroll gesture on a Map control, determine whether the scroll gesture is enabled on a Map control....
WithTilt (Property)
The WithTilt property is used to: enable or disable the tilt gesture on a Map control, determine whether the tilt gesture is enabled on a Map control....
zipAddFile (Example)
Usage example of the zipAddFile function