ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
<Table>.Count (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
Table,Get (External language)
Retrieves the value of a given element or the value of the selected element in a table.
<Table>.Position (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
GanttAddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
<Gantt chart>.AddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
<Table>.Add (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
PVTLoad (Function)
Loads the result of the calculation performed in a Pivot Table control from a backup (file found on disk or backup in a buffer).
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
1
5
6
7
8
9
314
>