ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
ERR_FORBIDDEN_UPDATE
Error 531: The negative or null subscripts are not allowed
Error 706: The property does not exist on this type of control
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Using a query with parameters
A query with parameters can be used......
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
Handling the report blocks through programming
Each report block is associated with different events......
The Calculated control
The "Calculated" control is used to perform calculations in a report......
Associating documents with the project
To describe a project in detail, you can associate documents with it......
The "Commands" pane
The "Commands" pane lists......
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
ERR_FORBIDDEN_INSTALL
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
WDAdminHF: Managing the data files
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
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......
Creating an executable: General options
The main executable options are as follows......
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
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....
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Using the query result
The result of a select query can be used in......
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......