ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Table>.FormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
PVTListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
hbWrite (Function)
Writes cells (values of items) to one or more rows (records) in an HBase table.
<Edit>.AddAssistedInput (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
<emailPOP3Session variable>.NbMessage (Function)
Returns the number of incoming messages on the email server (POP3 protocol only).
<Pivot table>.ListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
<TreeView Table>.AddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
<Table>.FormulaDeleteAll (Function)
Deletes all rows added with <Table>.FormulaAdd.
12. Control templates
...Control templates...
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
Project description: Project tab
The project description window allows you to configure various elements of your project......
WDZip: Overview
WDZip is used to compress and group your files in archives......
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
13. 3-Tier architecture
Handling TimeLine controls programmatically
A TimeLine control can be......
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.