Whitebeam Object Definition

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Object Definition

Method Description

iterator.setNextRow()

Specify which row to read next from the table.

Syntax

void = iterator.setNextRow(rowNumber)

Parameters

The 'iterator.setNextRow' method takes 1 parameter:

Name Type/Value Range/Length Description
rowNumbernumber  Required. The row to retrieve when iterator.getNextRow is next called.

Results

The 'iterator.setNextRow' method returns no useful information.

Remarks

The default behaviour of an iterator is to get the next ordered row in the table each time iterator.getNextRow is called. This default order can be modified by calling iterator.setNextRow, specifying a position in the table and then calling iterator.getNextRow.

The index into the virtual table is zero based. To set the next row to be read to be the first row in the table call setNextRow(0).
Whitebeam release 1.3.36
(loadtime : 7ms)