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;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!