Constraint for the field value on the level of the underlying database.
Source position: db.pas line 483
|  published property TField.ImportedConstraint : string | 
ImportedConstraint contains any constraints that the underlying data engine imposes on the values of a field (usually in an SQL CONSTRAINT) clause. Whether this field is filled with appropriate data depends on the implementation of the TDataset descendent.
| 
 | Custom constraint for the field's value. | |
| 
 | Base class for records-based data-access. | |
| 
 | Message to display if the CustomConstraint constraint is violated. |