Navigation:  Classes > bCellGroupItem >

bCellGroupItem:PropertyPut()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Saves a value to a property.

Class

bCellGroupItem

Type

Method

Syntax

<oCellGroupItem>:PropertyPut(

<symProperty>,

<uValue>

) Æ lSuccess

Arguments

<symProperty>The name of the property for which the value is to be put.
Data Type:Symbol

 

<uValue>The value that is to be put to the property.
Data Type:Usual

Return Value

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

Description

bCellGroupItem:PropertyPut() examined whether a value already exists to the property. In this case the existing value is overwritten with the new value otherwise the property and the value is appended.

 

Whether or not a property is defined can be determined with the method bCellGroupItem:PropertyExist().

See Also

bCellGroupItem:PropertyDelete()

bCellGroupItem:PropertyExist()

bCellGroupItem:PropertyGet()

 


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