ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
18. Order of execution of the code of buttons/links
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
Managing iconic fonts
Include special characters in your captions via the iconic fonts....
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Translating a text file with WDTRAD
Multilingual project
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
XML: Using files exceeding several gigabytes
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
emailNotesSession (Type of variable)
The emailNotesSession type is used to access a Lotus Notes messaging server in order to retrieve the messages found on this server and to send messages.
GanttChangeMode (Function)
Modifies the period (which means the number of days) displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
MapGetImage (Function)
Retrieves the image of a map displayed in a Map control. The markers and the itineraries displayed on this map will also be found in the image.
<Map>.GetImage (Function)
Retrieves the image of a map displayed in a Map control. The markers and the itineraries displayed on this map will also be found in the image.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Table>.SetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.