Navigation:  Classes > bDBServer >

bDBServer:PropertyDelete()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Deletes a property.

Class

bDBServer

Type

Method

Syntax

<oDBServer>:PropertyDelete(<symProperty>) Æ lSuccess

Arguments

<symProperty>The name of the property that is to be deleted.
Data Type:Symbol

Return Value

lSuccessA logical value that indicates whether the property was deleted.
TRUEThe property was deleted.
FALSEThe property could not be deleted.
Data Type:Logic

Description

bDBServer:PropertyDelete() deletes a property, including its defined value. A property can be defined with the method bDBServer:PropertyPut().

See Also

bDBServer:PropertyExist()

bDBServer:PropertyGet()

bDBServer:PropertyPut()

 


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