Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

IList.moveTo

Changes the "current row" to the specified row number.

Syntax

Parameters

i
The row number to move to, starting from 1.

Returns

Returns true on success, false on failure. Success does not necessarily imply an actual move. For example, a moveTo() the current row will succeed even though it does not actually move.

Example

The following code recursively deletes the given node and its children nodes and their associated objects:

See Also

atEnd , moveToRow

 

  Home > Contents > Index >

FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.