GetNextChild()

Syntax:

GetNextChild( Before )

Return:

The child of the specified object that follows Before.

Parameters:

Before - A child of this object. This parameter is required.

Remarks:

If Before is not a child of the object specified, or it is the last child in the object then the Return Value is NULL.

Note:
All objects on the page are returned in the reverse order to that shown in the Organiser. In other words, the bottom most child is the first child retrieved in the Return Value.

image\Script_Button.jpgExamples