ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the Webservice.
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
Assisted universal replication: specific features
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....
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
Runtime log
The runtime log is the best way to identify the most used features of an application......
Print constants
List of constants used by the print functions....
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min