Moves the internal pointer to the given index. Logically, this method
sets a new offset for this pointer.
Returns:
true
if the pointer points to a component;
false
if there is no component at the designated
index. If this
DynAny
object is associated with a
basic type, this method returns
false
for any index
other than 0.
Parameters:
-
index - an
int
indicating the position to which
the pointer should move. The first position is 0.