Navigation:  Classes > bBrowserColumn >

bBrowserColumn:PropertyPut()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Saves a value to a property.

Class

bBrowserColumn

Type

Method

Syntax

<oBrowserColumn>: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

bBrowserColumn: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.

See Also

bBrowser:PropertyPut()

bBrowserColumn:PropertyDelete()

bBrowserColumn:PropertyExist()

bBrowserColumn:PropertyGet()

 


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