AddChild Method

The AddChild method creates a new child property in the property set. It returns one of the following values:

  • true. Siebel Open UI created a child property.

  • false. Siebel Open UI did not create a child property.

It uses the following format:

AddChild (child) 

For example:

outputPS.AddChild (inputPS); 

where:

  • inputPS is an argument that identifies the input property set that Siebel Open UI adds to the childArray of the called on property set object outputPS.