Navigation:  Classes > bCellGroupItem >

bCellGroupItem:PropertyDelete()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Deletes a property.

Class

bCellGroupItem

Type

Method

Syntax

<oCellGroupItem>:PropertyDelete(<symProperty>) Æ lSuccess

Arguments

<symProperty>The name of the property that is to be deleted.
Data Type:Symbol

Return Value

lSuccessA logical value that indicates whether the property was deleted.
TRUEThe property was deleted.
FALSEThe property could not be deleted.
Data Type:Logic

Description

bCellGroupItem:PropertyDelete() deletes a property including the defined value. A property can be defined with the method bCellGroupItem:PropertyPut(). Whether or not a property has been defined can be determined with the method bCellGroupItem:PropertyExist().

See Also

bCellGroupItem:PropertyExist()

bCellGroupItem:PropertyGet()

bCellGroupItem:PropertyPut()

 


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