Navigation:  Classes > bDataColumn >

bDataColumn:PropertyDelete()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Deletes a property.

Class

bDataColumn

Type

Method

Syntax

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

Arguments

<symProperty>The name of the property that is to be deleted. The following properties are defined as default:

 

Property

Description

#EditClass

Defines the name of the VO class that the bBrowser uses for creating an edit control.

#EmptyValueCondition

A condition with that determines whether a column value is an empty value.

 

The property is used in the method bDataColumn:IsValueEmpty().

#RTFInterfaceClass

Defines the name of the VO-Class, that is used for drawing RTF text.

In addition to these properties any other property can also be defined.

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

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

See Also

bBrowser:PropertyDelete()

bDataColumn:PropertyExist()

bDataColumn:PropertyGet()

bDataColumn:PropertyPut()

 


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