The
Index property indicates the physical index (physical order) of an item in a record.
Remark: The item was created in the data model editor or through programming.
Info("The Name item is the " + Customer.Name.Index + ...
"physical item of CUSTOMER file")
Syntax
<Result> = <Data file>.<Item>.Index
<Result>: Integer
- Item index,
- 0 for a "composite key" item.
<Data file>: Character string
Logical name of the data file used.
<Item>: Character string
Name of the item used.