[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TCheckConstraints.Create

Create a new instance of the TCheckConstraints class.

Declaration

Source position: db.pas line 1109

public constructor TCheckConstraints.Create(

  AOwner: TPersistent

);

Arguments

AOwner

  

Owner for the collection

Description

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.

See also

TCheckConstraint

  

Record-level constraint definition

TDataset

  

Base class for records-based data-access


Documentation generated on: May 14 2021