ContentsIndexHome
PreviousUpNext
IIterator::getValue Method (IElement*)

Retrieves the value on the current position into the given argument. The IElement should first have been created using the createElementValue method. Applies to IElement valued data only. 

 

C++
virtual void getValue(IElement* val) = 0;
Parameters 
Description 
IElement* val 
The IElement into which the value on the current position should retrieved