Purpose
Returns the defined value to a property.
Class
Type
Method
Syntax
<oDataColumn>:PropertyGet(
<symProperty>,
[<uDefault>]
) Æ uValue
Arguments
| <symProperty> | The name of the property for which the value is to be returned. The following properties are supported 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 | 
| <uDefault> | The default value that is to be returned, if no value is defined. | 
| Data Type: | Usual | 
Return Value
| uValue | The value that is defined to the property. | 
| Data Type: | Usual | 
Description
bDataColumn: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 bDataColumn:PropertyExist().
See Also
Page url: http://www.YOURSERVER.com/index.html?bdatacolumn_propertyget.htm