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

TCheckConstraints

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Set of record-level constraints

Declaration

Source position: db.pas line 1065

type TCheckConstraints = class(TCollection) end;

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

Inheritance

TCheckConstraints

  

Set of record-level constraints

|

TCollection

|

TPersistent,IFPObserved

|

TObject

Description

TCheckConstraints is a TCollection descendent which keeps a collection of TCheckConstraint items. It overrides the Add method to return a TCheckConstraint instance.

See also

TCheckConstraint

  

Record-level constraint definition


Documentation generated on: Nov 14 2015