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

MessageGroup.threadNext()

Gets the next in the thread.

Syntax

MessageGroup.message = MessageGroup.threadNext()

Parameters

The 'MessageGroup.threadNext' method takes no parameters

Results

The 'MessageGroup.threadNext' method returns structure:

Type/Value Range/Length Description
struct MessageGroup.message see definitionThe next sequential message in this thread, or null if this is the last, or only message in the thread.

Remarks

Given a valid threaded message, threadNext() finds the next message which is either a reply to this message, one of it's children, or a later reply to one of its predicessors.

Whitebeam release 1.3.36
(loadtime : 12ms)