Child_Count - cObject
Returns the number of child objects the object contains
Type: Property
Access: Read-Only
Data Type: Integer
Parameters: None
Syntax
Property Integer Child_Count
| Access Type | Syntax |
|---|---|
| Read Access: | Get Child_Count to IntegerVariable |
Description
Child_Count returns the number of child objects the object contains. Child_Count may be used to determine if an object has children.
Get Child_Count to iChildren
If (iChildren) Send DoSomething