ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Handling the report blocks through programming
Each report block is associated with different events......
6. HFSQL Cluster
HFSQL Cluster is an extension of the HFSQL Client/Server database model....
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Custom tooltips
Tooltips are very useful for application users......
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
AAF: Sort/Search/Filter on the columns of Table controls
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows of your application. the display mode of translucent border for the windows of your application. the mode for loading large images....
Procedure
The Procedure property can be used: on the hScheduledTask type, used to describe the scheduled tasks on an HFSQL Client/Server database. on the rssStream type, used to describe an RSS feed....
Information 37: Optimize your FOR loop
SOAP functions (prefix syntax)
List of SOAP functions...
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
WINDEV and the SOAP protocol