ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Page templates
WEBDEV allows you to create page templates...
Custom properties (WLanguage)
A custom property is a code element with two events...
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
ERR_DISCONNECTED_EXEC
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
Automated tests: Emulation functions
List of automated tests: Emulation functions...
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
1. Project and analysis
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Composite chart
A composite chart is a chart that displays several types of charts......
<Date type>.ToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
<Date type>.ToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
Local procedure
Two types of procedures are available......