I_Enumerator (Interface)

Extends: __SYSTEM.IQueryInterface

Methods

Current

Returns: I_Enumerator

Gets an item in the collection at current positon of the enumerator.

Inputs

Name

Type

Description

Item

ANY

Current_As_String

Returns: I_Enumerable

Gets an item in the collection at current positon of the enumerator as a string.

Inputs

Name

Type

Description

sItem

REFERENCE TO STRING

Dispose

Returns: BOOL

Releases resources allocated to the enumerator. Returns TRUE if successful.

Next

Returns: BOOL

Advances the enumerator to the next item of the collection.

Reset

Returns: I_Enumerator

Sets the enumerator to its initial position, which is before the first element in the collection.