GetFirstChild()

Syntax:

GetFirstChild()

Return:

The first child of this object. No parameters required.

Remarks:

If there are no children of this object then the Return Value is NULL.

The children of an object are the objects one level below it in the organiser tree. For example, the Chapters are the children of the Publication.

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