InsertChildAt Method

The InsertChildAt method inserts a new property set in the child array at the location that the index specifies. It returns one of the following values:

  • true. Siebel Open UI inserted a new property set.

  • false. Siebel Open UI did not insert a new property set.

It uses the following format:

InsertChildAt (child, index) 

For example:

outputPS.InsertChildAt(inputPS, 2); 

It uses the following arguments:

  • inputPS. Specifies the input property set that Siebel Open UI adds in the childArray of the outputPS property set.

  • index. Specifies the index where Siebel Open UI adds the inputPS property set to childArray.