ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
AI in the code editor
WINDEV, WEBDEV and WINDEV Mobile include a series of AI-based features......
Testing the WEBDEV Application Server setup with an example
Adds an image to a page in an existing PDF file....
Managing parallel tasks
The computers are becoming more and more powerful......
FishEye
The "FishEye" effect is used to enlarge a section of editor graphs (analysis graph, UML graph, ......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Scheduler report
The report editor allows you to create "Scheduler" reports....
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
SQL view
An SQL view is a virtual data source defined by an SQL query......
Flexbox example: proportional anchoring on fields
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a table, query, etc....
ERR_BAD_VERSION_RQS
StartDatePeriodDisplayed (Property)
The StartDatePeriodDisplayed property is used to get the start date of the time period displayed in a Scheduler or Organizer control of a report.
EndDatePeriodDisplayed (Property)
The EndDatePeriodDisplayed property is used to get the end date of the time period displayed in a Scheduler or Organizer control of a report.
BrowserHistoryModify (Function)
Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.