[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a new instance of the TCheckConstraints class.
Source position: db.pas line 1072
public constructor TCheckConstraints.Create( |
AOwner: TPersistent |
); |
AOwner |
|
Owner for the collection |
Create initializes a new instance of the TCheckConstraints class. The AOwner argument is usually the TDataset instance for which the data is managed. It is kept for future reference. After storing the owner, the inherited constructor is called with the TCheckConstraint class pointer.
|
Record-level constraint definition |
|
|
Base class for records-based data-access |