Navigation:  Classes > bDBServer >

bDBServer:PropertyGet()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Returns the defined value for a property.

Class

bDBServer

Type

Method

Syntax

<oDBServer>: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 for the property.
Data Type:Usual

Description

bDBServer: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 bDBServer:PropertyExist().

See Also

bDBServer:PropertyDelete()

bDBServer:PropertyExist()

bDBServer:PropertyPut()

 


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