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

TCheckConstraint.ImportedConstraint

Constraint imported from the database engine

Declaration

Source position: db.pas line 980

published property TCheckConstraint.ImportedConstraint: String
  read FImportedConstraint
  write FImportedConstraint;

Description

ImportedConstraint is a constraint imported from the database engine: it will not be enforced locally by the TDataset descendent.

See also

TCheckConstraint.CustomConstraint

  

User-defined constraint

The latest version of this document can be found at lazarus-ccr.sourceforge.net.