ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListStopWord (Function)
Returns the list of stop words used by a full-text index.
fDataDir (Function)
Returns the full path of the directory of HFSQL tables specified by the user when installing the application.
Label report
The report editor allows you to create "Label" reports......
Deploying a WEBDEV site to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV site (in Session or AWP mode) on a remote Application Server requires......
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Native PostgreSQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to PostgreSQL......
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
9. Types of standard controls
Types of standard controls...
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....