ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fDataDir (Function)
Returns the full path of the directory of HFSQL tables specified by the user when installing the application.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
RecordSize (Property)
The RecordSize property is used to get the size (in bytes) of a record in: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
<Pivot table>.ToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
Report based on a query
Queries are used to easily select records in one or more data files......
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
11. Table/Looper controls
11. Table/Looper controls
What is an application?
An application is a set of objects (windows, controls, ......
1. Project and analysis
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......