ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
NULL values: Allowing nullable types
Starting with version 2024, you can allow nullable types in a WINDEV, WEBDEV or WINDEV Mobile project......
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
SOAP web services: Import and consumption
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import web services into your applications......
How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of webservices includes the necessary tools to allow the consumption of secure Webservices used to manage the Sesam Vitale cards......
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Private Store for mobile applications
There are two methods two deploy your applications......
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
15. Creating the executable in practice
Creating the executable in practice...
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Creating a Java archive
When your Java application is developed, you can......