Purpose
Deletes a property.
Class
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
| lSuccess | A logical value that indicates whether the property was deleted. | 
| TRUE | The property was deleted. | 
| FALSE | The 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
Page url: http://www.YOURSERVER.com/index.html?bdatacolumn_propertydelete.htm