FindDescendant()

Syntax:

FindDescendant( Name )

Return:

The object with the given name that is a child of the specified Object, or one of its children, or childrens children etc. The Return Value is NULL if no such object exists.

Parameters:

Name - The name of the child. This parameter is required.

image\Script_Button.jpgExamples