Navigation:  Classes > bCellGroupList >

bCellGroupList:Put()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Put a new cell group into the list.

Class

bCellGroupList

Type

Method

Syntax

<oCellGroupList>:Put(

<iItemPos>,

<oCellGroupItem>

) Æ lSuccess

Arguments

<iItemPos>Index in the list at which the cell group should be put.
Data Type:Integer

 

<oCellGroupItem>The cell group that is to be put in the list.
Data Type:oCellGroupItem

Return Value

lSuccessA logical value that indicates whether the cell group was put to the list.
TRUEThe cell group was put.
FALSEThe cell group could not be put.
Data Type:Logic

Description

bCellGroupList:Put() puts a cell group into the list. A NULL_OBJECT is put as parent in the previous cell group. The owner of the list is put as parent in the new cell group.

 

bItemList:Put() puts an item into the list.

 

The method does not examine whether the cell group already exists in the list. If multiple copies are to be avoided, the list should be examined with the method bCellGroupList:Exist().

See Also

bCellGroupItem:Parent

bCellGroupList:Add()

bCellGroupList:Delete()

bCellGroupList:Exist()

bItemList:Get()

 


Page url: http://www.YOURSERVER.com/index.html?bcellgrouplist_put.htm