ItemByName
Description
Returns the specified item in the FieldInfos collection.
Syntax
Perl
$fieldinfos
->
ItemByName
(
name
);
Identifier
Description
fieldinfos
A FieldInfos collection object, representing the set of FieldInfos in one field of a record.
name
A String that serves as a key into the collection. This string corresponds to the
GetName
of the desired FieldInfos.
Return value
The FieldInfo object at the specified location in the collection.
Parent topic:
FieldInfos object methods
See also
Count
Add
Feedback