Description
Removes
a QueryFieldDef object from the QueryFieldDefs collection.
Syntaxe
VBScript
queryfielddefs.Remove item
Perl
$queryfielddefs->Remove(item);
- Identificateur
- Description
- queryfielddefs
- A QueryFieldDefs collection object, representing
the set of QueryFieldDef objects available for fetching as a collection.
- item
- VBScript: The QueryFieldDef object to remove from
this collection. Perl: An integer that represents the item number
of the object to remove.
- Valeur renvoyée
- A Boolean that is True if the QueryFieldDef object
was removed successfully, otherwise False.