Navigation:  Classes > bDBServer >

bDBServer:PropertyPut()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Sets a property value.

Class

bDBServer

Type

Method

Syntax

<oDBServer>:PropertyPut(

<symProperty>,

<uValue>

) Æ lSuccess

Arguments

<symProperty>The name of the property for which the value is to be set.
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 set for the property.
TRUEThe value was put.
FALSEThe value could not be put.
Data Type:Logic

Description

bDBServer:PropertyPut() examines whether a value already exists for the property. In this case the existing value is overwritten with the new value otherwise the property and the value is appended.

See Also

bDBServer:PropertyDelete()

bDBServer:PropertyExist()

bDBServer:PropertyGet()

 


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