Tables
This function allows you to represent the content of a list as a table with table headers.

These functions can only be used in ListEdit and ListShow forms. Note that these forms are only meant for special usage cases.
Tables are an enhancement of the List control. You can define labels as column headers in a table. Unlike the other objects inside the List control, these labels are not displayed repetitively.
Example: Definition of a Table

In addition, you can use counters in the tables, for example, to issue a sequence number before each entry.
To create a table,
drag the List control (
) from the function
bar and drop it on a List form. Select the class Table
in the control properties.
To define a label as a column header, click on it using the secondary mouse button and choose Table Header.
You add a sequence number, for example, by placing a label in the first column of the body row, and selecting the class Counter in the label properties.
