Next method: SearchFieldCollection collection

Syntax

Next()

Description

Use this method to return the next SearchField object in the SearchField collection. This method can only be invoked after a successful invocation of the First, Item, or Next methods.

Note:

The ItemByName method does not set the index for the SearchField object returned. Therefore, the Next method cannot be used after a call to ItemByName.

Parameters

None.

Returns

A SearchField object if successful, Null otherwise.