Ajouter

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.

Syntaxe

Perl

$fieldinfos->Add(fieldinfo); 
Identificateur
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.
Valeur renvoyée
A Boolean that is True if the FieldInfo object was added successfully, otherwise False.

Commentaires en retour