IccFileIterator constructor

Constructor

IccFileIterator (IccFile* file,
                 IccRecordIndex* index,
                 IccFile::SearchCriterion search =
IccFile::gteqToKey)
file
A pointer to the IccFile object that is to be browsed
index
A pointer to the IccRecordIndex object that is being used to select a record in the file
search
An enumeration, defined in IccFile, that indicates the criterion being used to find a search match. The default is gteqToKey.

The IccFile and IccRecordIndex object must exist before the IccFileIterator is created.

Conditions

DISABLED, FILENOTFOUND, ILLOGIC, INVREQ, IOERR, ISCINVREQ, NOTAUTH, NOTFND, NOTOPEN, SYSIDERR, LOADING

[[ Contents Previous Page | Next Page Index ]]