NextItem Property

       

Returns another WebItem object within the current WebClass object. Used to shift processing from one WebItem to another during a single request.

Syntax

object.NextItem

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Remarks

Prior to firing events within a WebClass, this property is set to Nothing. On completion of an event procedure, if the property is set to another WebItem in the WebClass, the Respond event for that WebItem is fired. This property can be used in the Start event of the WebClass to display the initial WebItem. The value of NextItem is ignored for the following events: