class DbfField
A field from a DBF (dBASE) table. DbfField subclasses the Field class.
Syntax
These objects are created automatically by the rowset.
Properties
The following table lists the properties of the DbfField class. DbfField objects also contain those properties inherited from the Field class. (No events or methods are associated with the DbfField class.) For details on each property, click on the property below.
Property |
Default |
Description |
DBFFIELD |
Identifies the object as an instance of the DbfField class | |
(DBFFIELD) |
Identifies the object as an instance of a custom class. When no custom class exists, defaults to baseClassName | |
0 |
Number of decimal places if the field is a numeric field | |
|
Default value for field (DBF7 only) | |
|
Maximum allowed value for field (DBF7 only) | |
|
Minimum allowed value for field (DBF7 only) | |
false |
Specifies whether the field has read-only access | |
false |
Whether the field must be filled in (DBF7 only) |
Description
The DbfField class is a subclass of the Field class. It represents a field from a DBF (dBASE) table, and contains properties that are specific to fields of that table type. Otherwise it is considered to be a Field object.