Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Files Collection - CreateIterator Method

Panel
bgColor#2c3c4c

Provides access to objects in the collection


 
CreateIterator method creates an iterator component that enables iteration through the collection
Member of Files Collection (PRIM_WEB.Files)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Collection ofPRIM_WEB.File

Reference to the new iterator instance

Details


CreateIterator method creates an instance of the an iterator component that enables iteration over the collection
The recommended method of iterating through a collection is using the FOR/ENDFOR command construct.
This feature is provide for completeness and is unlikely to be required for most development purposes.

...