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...
Events associated with Image controls
List of events associated with Image controls...
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Handling the report blocks through programming
Each report block is associated with different events......
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
Environment of the query editor
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
ServiceWait (Function)
Pauses the current service during the specified duration.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
Describing an element
A flexible modeling includes different elements linked together......
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
14. PHP generation in practice
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Container column in a Table control
A cell found in a Table control can contain a set of controls......
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.