ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
Creating the menus for the pages of the WEBDEV RAD pattern
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Creating the link buttons in the windows of a WINDEV RAD pattern