SIMPOL Documentation

sbme1field

Description

Objects of type sbme1field represent a field in a database table in an SBME database file, and provide information that may be needed about the field.

Type Tags

db1field

Object Value

Objects of type sbme1field have no value, and it is an error to try to get or set this value.

Properties

PropertyTypeDescription
_type(*) This property is provided for use by the user to attach any object of any type to the type in which this property is provided.
__type(*) This property is provided for use by the user to attach any object of any type to the type in which this property is provided. It has the additional feature of being marked with the resolve keyword, so that object resolution can continue down this property.
datatypetype Contains a reference to the type object that describes the type of data that the field contains.
indexsbme1index If the field is part of an index then this property contains a reference to the most precise sbme1index object for that index that has this field as the first field, otherwise it contains .nul.
namestring Contains the name of the field.
nextsbme1field Contains a reference to the next sbme1field object for the table. The sbme1field objects for a table form a closed loop that is linked by this property.
tablesbme1table Contains a reference to the sbme1table object for the table that contains this field.
typetype Specifies the sbme1field type object.