Navigation:  Classes > bBrowserColumn >

bBrowserColumn:PropertyGet()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Returns the defined value to a property.

Class

bBrowserColumn

Type

Method

Syntax

<oBrowserColumn>:PropertyGet(

<symProperty>,

[<uDefault>]

) Æ uValue

Arguments

<symProperty>The name of the property to 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

bBrowserColumn:PropertyGet() determines the defined value for 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 bBrowserColumn:PropertyExist().

See Also

bBrowser:PropertyGet()

bBrowserColumn:PropertyDelete()

bBrowserColumn:PropertyExist()

bBrowserColumn:PropertyPut()

 


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