ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
3. Debugger
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
<Table>.InfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
RowDetailsBinding (Property)
The RowDetailsBinding property allows you to identify and modify the data binding used to display the details of a row in a Table control based on a data file.
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......
DocInsertTable (Function)
Inserts a table into a Word Processing document.
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
TableEnumBreak (Function)
Enumerates the breaks found in a Table control.
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
Search the selected text on the Internet (AAF)
The context menu of Edit controls includes a "Search on Internet" option for the term selected in the control......
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
<Table>.EnumBreak (Function)
Enumerates the breaks found in a Table control.
<Table>.ModifyColumn (Function)
Modifies a column in a horizontal Table control.
<Word Processing>.InsertTable (Function)
Inserts a table into a Word Processing control.
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
BreakDelete (Function)
Deletes a break from a Table control or from a Looper control.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
6. Multilingual applications
BreakDeleteAll (Function)
Deletes all breaks from a Table control or from a Looper control.
AAF: Increasing the height of the rows in the Table or Looper controls
In Table, TreeView Table and Looper controls, the user can resize the height of rows, in read-only or in edit......