GetChildObj

<< Click to Display Table of Contents >>

Manual > Control Reference > Common to all controls > Common methods >

GetChildObj


 

Get the child object.

 


Syntax 1

GetChildObj(

         name

         )

 

Gets the child objects of the object specified in the argument.

 


Parameters

 

name

 

Type:

character

 

Child Object Name

 

Return Value

 

 

Type:

Object

 

The child object, if the object is not found it returns 0.

 

 


Syntax 2

GetChildObj(

         index

         )

 

Gets a child object by index.

 


Parameters

 

index

 

Type:

Number

 

The zero-based index of the child object.

 

Return Value

 

 

Type:

Object

 

The child object, if the object is not found it returns 0.

 


hmtoggle_plus1Explanation

 


Supported


Script Action

Browser script

×

Calculation formula syntax

 


reference