ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
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......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
Creating the Table windows of the WINDEV RAD pattern
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
Passing parameters
The parameters can be passed to a procedure......
Time management
For each element (windows, reports, ......
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Creating index keywords
Index keywords allow users to easily find a help page......
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Creating an insert query
An insert query (corresponding SQL statement......
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
11. User Macro-Code: UMC in practice