Navigation:  Classes > bCellGroupItem >

bCellGroupItem:PropertyGet()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Returns the defined value to a property.

Class

bCellGroupItem

Type

Method

Syntax

<oCellGroupItem>:PropertyGet(

<symProperty>,

[<uDefault>]

) Æ uValue

Arguments

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

 

<uDefault>The default value that is to be returned, if no value is defined.
Data Type:Usual

Return Value

uValueThe value that is defined to the property.
Data Type:Usual

Description

bCellGroupItem:PropertyGet() determines the defined value to a property. If no value is defined for the property, the value NIL is returned. Whether or not a property is defined can be determined with the method bCellGroupItem:PropertyExist().

See Also

bCellGroupItem:PropertyDelete()

bCellGroupItem:PropertyExist()

bCellGroupItem:PropertyPut()

 


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