| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Set of record-level constraints
Source position: db.pas line 1102
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  |