ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: Memory table
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......
<Pivot table>.Save (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
Report data source
...The reports can be created with the data coming from:...
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
11. Table/Looper controls
11. Table/Looper controls
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
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......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
zipInfoFile (Example)
Usage example of the zipInfoFile function
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
FinRedemption (Example)
Usage example of the FinRedemption function
zipFindFile (Example)
Usage example of the zipFindFile function
zipExtractPath (Example)
Usage example of the zipExtractPath function
SQLModify (Function)
Modifies the content of a row in the query result.
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....