class PdxField
A field from a DB (Paradox) table. PdxField subclasses the Field class.
Syntax
These objects are created automatically by the rowset.
Properties
The following table lists the properties of the PdxField class. PdxField objects also contain those properties inherited from the Field class. (No events or methods are associated with the PdxField class.) For details on each property, click on the property below.
Property |
Default |
Description |
PDXFIELD |
Identifies the object as an instance of the PdxField class | |
(PDXFIELD) |
Identifies the object as an instance of a custom class. When no custom class exists, defaults to baseClassName | |
|
Default value for field | |
Empty string |
Table to use for lookup value | |
Empty string |
Type of lookup | |
|
Maximum allowed value for field | |
|
Minimum allowed value for field | |
Empty string |
Formatting template | |
false |
Whether the field must be filled in | |
false |
Whether the field has read-only access |
Description
This class is called PdxField—not "DbField"—to avoid confusion and simple typographical errors between it and the DbfField class.
The PdxField class is a subclass of the Field class. It represents a field from a DB (Paradox) table, and contains properties that are specific to fields of that table type. Otherwise it is considered to be a Field object.