Navigation:  Classes > bCellGroupList >

bCellGroupList:Delete()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Removes a cell group from the list.

Class

bCellGroupList

Type

Method

Syntax

<oCellGroupList>:Delete(<iItemPos> | <oCellGroupItem>) Æ lSuccess

Arguments

<iItemPos>Index of the cell group that is to be removed from the list.
Data Type:Integer

 

<CellGroupItem>The cell group item that is to be removed from the list.
Data Type:bCellGroupItem

Return Value

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

Description

bCellGroupList:Delete() removes a existing cell group from the list. The cell group is only removed from the list, not actually deleted. Furthermore a NULL_OBJECT is put in the cell group as parent.

See Also

bCellGroupItem:Parent

bCellGroupList:Add()

bCellGroupList:Exist()

 


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