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.
<Variable pdfDocument>ToText (Function)
Extract the text contained in an Document PDF.
pdfTextElement (Variable type)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
PDFToText (Function)
Extract the text contained in an Document PDF.
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
<Source>.Last (Function)
Sets the position on the last record of a table according to a browse item.
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (database schemas, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
Binding a Radio Button control to an item
A Radio Button control can be bound to an item in a data file, query, etc....
How to choose the data source of a control?
This help page presents the different data sources available for a control....
ERR_PARSER
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
1. Project and analysis
Using an external component in an application
A component can be reused at any time in any application......
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......