Item built-in tag

Usage 1 (adding a field from a table into the recordset):
<Item TableName=value FieldName=value>
You can override the Caption, DisplayAs or related fields that were defined in the table. See the Example 2 in the Recordset definitions.

Usage 2:
For a field that is not from a table (that is, it will never be written to the database), the field must be fully defined from scratch. It is defined in the same way as a Field tag.

TableName

The name of the table in which the field exists.

FieldName

The name of the field.