Object.GetChildObjects Method
| Explanation | Gets all child objects connected to the object. Added ssince ver.3.0.0 |
| Call format | obj.GetChildObjects( ) |
| Return value | Array object containing all child objects. Returns an Array object that contains a reference for the child object. The elements of the Array object are stored as an associative array with the name of the child object as the key. To access the stored child objects, either specify the name as a string in the form of or access them sequentially in a for in loop like Keep in mind that access by name is case sensitive. The GetChildObjects method does not get the array elements of the arrayed child objects. If you need access to an array element, do the following: |
| Arguments | None |
| Exception | None |
| Example of use | |
| Related item | FindChild method |