Siebel Object Interfaces Reference > Interfaces Reference > Property Set Methods >

InsertChildAt Method


This method inserts a child property set into a parent property set at a specific location.

Syntax

oPropSet.InsertChildAt childObject, index

Argument
Description

childObject

A property set to be made subsidiary to the property set indicated by oPropSet

index

An integer representing the position at which childObject is to be inserted

Returns

Not applicable

Usage

This method inserts the property set childObject at the location index. Index numbers start at 0. When a child property set is inserted, the property set previously at the location index has its index increased by 1, as do subsequent child property sets.

Used With

Browser Script, COM Data Control, COM Data Server, Java Data Bean, Mobile Web Client Automation Server, Server Script, Web Client Automation Server

Related Topic

AddChild Method

Siebel Object Interfaces Reference Copyright © 2008, Oracle. All rights reserved.