This is an old revision of the document!
Scroll has a pair of methods for finding child objects.
FindChild(path) finds an object located at path under the children hierarchy of this object. It uses orxObject_FindChild internally.
FindOwnedChild(path) finds an object located at path under the ownership hierarchy of this object. It uses orxObject_FindOwnedChild internally.