ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Table control
  • Overview
  • Content of the Table control
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
A Table control can be based on a data file, based on a variable or populated programmatically:
  • A Table control based on a data file displays data from a specific data source (data file, query, etc.).
  • A Table control based on a variable displays the data contained in the variable.
  • A Table control populated programmatically displays data defined in the code.
Content of the Table control
The content is defined when creating the control and can be modified in the description window ("Content" tab).
This window allows you to define if the control is a:
  • Table based on a data file ("File/Query" option),
  • Table populated programmatically ("Programmatically" option),
  • Table based on a variable ("From a variable" option).
For a Table control based on a variable, you can define the data source and the stored variable. For more details on this control, see Table control based on a variable.
For a Table control based on a data file, you can define the characteristics of the iteration performed on the data source. For more details, see Link between a Table control and a data file.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/09/2022

Send a report | Local help