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...
Handling Organization Chart controls programmatically
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
ERR_NO_PROJECT
Compilation options (HLP format)
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
ERR_CANNOT_RUN_EXPLORER
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Support for the setup program
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support....
Project description: Project tab
The project description window allows you to configure various elements of your project......
Creating a window skin template
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
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......
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully.
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)....
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......