Remove

Description

Removes a QueryFieldDef object from the QueryFieldDefs collection.

Syntax

VBScript


queryfielddefs.Remove item 

Perl


$queryfielddefs->Remove(item); 
Identifier
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.
Return value
A Boolean that is True if the QueryFieldDef object was removed successfully, otherwise False.