[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Set of record-level constraints.
Source position: db.pas line 1309
type TCheckConstraints = class(TCollection) |
||
public |
||
constructor Create(); |
|
Create a new instance of the TCheckConstraints class. |
function Add; |
|
Add new TCheckConstraint item to the collection. |
property Items []: TCheckConstraint; default; [rw] |
|
Indexed access to the items in the collection. |
end; |
|
Set of record-level constraints. |
|
| | ||
| | ||
| | ||
TCheckConstraints is a TCollection descendent which keeps a collection of TCheckConstraint items. It overrides the Add method to return a TCheckConstraint instance.
|
Record-level constraint definition. |