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...
Report editor: Available types of reports
Several types of reports can be created in the report editor......
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
WinEdLoad (Function)
Loads the changes made by the end user in a window.
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
FTPGet (Example)
Usage example of the FTPGet function
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
Multimedia functions
List of Multimedia functions...
OCRDetectTextArea (Function)
Returns all text areas of an image without reading the text.
CreateShortcut (Example)
Usage example of the CreateShortcut function
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Manager of automated tests
The test manager is used to......
grImageSize (Function)
Defines the size of the image containing the chart.
FileDisplay (Example)
Usage example of the FileDisplay function
HExecuteQueryAsynchronous (Example)
Example of use of HExecuteQueryAsynchronous
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
URIGetInfo (Function)
Retrieves information of a URI resource.
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
ComponentInfo (Function)
Returns information about a component.
LabelNumberToStart (Property)
The LabelNumberToStart property is used to: Find out the number of the label on the label sheet from which the print will be performed. Modify the number of the label from which the print will be performed on the label sheet....
Table,Delete (External language)
Deletes an element from a Table control.
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer.
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
SysIconAdd (Example)
Usage example of the SysIconAdd function