Purpose:
The DXSequentialIteratorDES class represents a sequential iterator.
Methods:
VARIANT next();
Returns the next element in the collection, and advances the iterator.
reset();
BOOL more();
VARIANT previous();
VARIANT at();
BOOL setToFirst();
BOOL setToLast();
BOOL setToNext();
BOOL setToPrevious();
Sets to the previous element in the collection.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.