ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2. Types of accessible files
Types of accessible files...
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
SQL Server Native Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model database schema......
Binding a Radio Button control to an item
A Radio Button control can be bound to an item in a data file, query, etc....
Associating documents with the project
To describe a project in detail, you can associate documents with it......
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
HFSQL Control Center: Scheduled optimization
The Control Center allows you to implement an automatic optimization mechanism for the database and its files using scheduled optimization tasks......
ListDLL (Function)
Returns: runtime List of libraries (".DLL" files) used by the current WINDEV application, WINDEV Mobile or WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all libraries installed on the current workstation....
FilterProcedure (Property)
The FilterProcedure property allows you to get and modify the procedure used to apply a filter on a row or column header when calculating a Pivot Table control.
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (database schemas, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
Managing space characters in the searches?
ERR_PARSER
Handling TimeLine controls programmatically
A TimeLine control can be......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....