ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Document variable>.InsertTable (Function)
Inserts a table in a Document variable.
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
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......
Binding controls to data
A window or page can display information from......
Columns (Property)
The Columns property allows access: to the configuration of a table column in a Word Processing document (docTable variable). to the configuration of a text column in a multicolumn document (docFormatMulticolumn variable)....
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Report data source
...The reports can be created with the data coming from:...
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
DocUpdateTableOfContents (Function)
Updates the table of the contents of a document.
PVTInfoXY (Function)
Returns the values of headers corresponding to a position in a Pivot Table control in pixels.
DocInsertTable (Function)
Inserts a table into a Word Processing document.
<Pivot table>.InfoXY (Function)
Returns the values of headers corresponding to a position in a Pivot Table control in pixels.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
docTable (Type of variable)
The docTable type is used to define the advanced characteristics of a Table paragraph found in a Word Processing document.
docRow (Type of variable)
The docRow type is used to define the advanced characteristics of a table row in a Word Processing document.
docColumn (Type of variable)
The docColumn type is used to define the advanced characteristics of a table column found in a Word Processing document.
DocInsertTableOfContents (Function)
Inserts a table of contents in a Word Processing document.
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.