Product Site

5.4.22. Supplier Class

A Supplier object is an iterator that allows the enumeration of an items Collection together with an indexes Collection. All objects inheriting from Collection Class provide a supplier method, that returns a snapshot of the Collection as a Supplier object, which allows iteration using the DO/LOOP WITH instruction. The iteration results are not affected by later changes to the source Collection object.
Table 5.57. Supplier Class
Object
Methods inherited from the Object class
Class (Metaclass)
Methods inherited from the Class class
Supplier
new (Class Method)
allIndexesindexsupplier
allItemsitem 
availablenext