ElementValue Method
Description
Returns the current value of the collection element to which the iterator points.
Usage
elem_val = OraCollection.ElementValue
Arguments
The arguments for the method are:
ElementType
For elements of type Object
and REF
, element values are returned as corresponding OO4O objects for that type. The following table shows the element type and return value of the elements:
Remarks
Calling this method when the EOC
or BOC
property returns True
raises an error. The Variant
type of the element depends on the element type of the collection.