ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
Date and Time management functions
List of functions for managing dates and times...
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Creating help pages
A help system includes several pages......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
Automation object
The Automation keyword is used to declare an automation object...
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
Handling an Edit control programmatically
You can handle Edit controls programmatically......
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
Installing a SOAP server with Apache
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.