ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......
Events associated with Table controls
List of events associated with Table controls...
Creating a table in a report
Tables can be created in a report......
11. Table/Looper controls
<Email variable>.ExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
11. Table/Looper controls
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
Creating the Table windows of the WINDEV RAD pattern
Reduced (Property)
The Reduced property is used to determine if a Dockable Panel control is expanded/collapsed, or to switch between the two states....
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
Events associated with Camera controls
List of WLanguage events associated with Camera controls....
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
Creating the menus for the windows of the WINDEV RAD pattern
Programming the table cells
The Table controls can be handled......
Operations performed on class diagrams
The following paragraphs explain......
ColumnWidth (Property)
The ColumnWidth property is used to get and change the width of each column in a multi-column Looper control.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Creating the link buttons in the windows of a WINDEV RAD pattern