Description
Adds a FieldInfo
object to this FieldInfos collection.
This method adds
a new FieldInfo object to the end of the collection. You can retrieve items
from the collection using the Item method.
Syntax
Perl
$fieldinfos->Add(fieldinfo);
- Identifier
- Description
- fieldinfos
- A FieldInfos collection object, representing the set of
FieldInfos in one field of a record.
- fieldinfo
- The FieldInfo object to add to this collection.
- Return value
- A Boolean that is True if the FieldInfo object was added
successfully, otherwise False.