ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Associating documents with the project
To describe a project in detail, you can associate documents with it......
ERR_PARSER
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
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.
3. Types of accessible files
2. Types of accessible files
Types of accessible files...
Zombie data files and items
During the life of an application, items live and die......
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode......
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)......
15. Project Management Hub
Creating and handling an item
The main operations that can be performed on an item are as follows......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Binding a Combo Box control to an item
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.