RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckConstraint Class

TCheckConstraint represents a record-level constraint on a dataset component.

Pascal
TCheckConstraint = class(TCollectionItem);
C++
class TCheckConstraint : public TCollectionItem;

DB

BDE-enabled and C client dataset components implement a Constraints property that uses check constraints to represent record-level constraints. These constraints can be derived from the server or the data dictionary, and can be customized in applications. Each TCheckConstraint object represents an individual constraint associated with a dataset. 

 

Constraining Data Values

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!