Item
Description
Returns the specified item in the FieldInfos collection.
Syntax
Perl
$fieldinfos->Item(itemNum);
- Identifier
- Description
- fieldinfos
- A FieldInfos collection object, representing the set of FieldInfos in one field of a record.
- itemNum
- A Long that serves as an index into the collection. This index is 0-based so the first item in the collection is numbered 0, not 1.
- Return value
- The FieldInfo object at the specified location in the collection.