RAD Studio VCL Reference
|
TCheckConstraints contains a collection of check constraints for a dataset component.
TCheckConstraints = class(TCollection);
class TCheckConstraints : public TCollection;
BDE-enabled and c Client dataset components support check constraints that define the values that can be entered into a single record. The TCheckConstraints object maintains the collection of check constraints that apply to a given dataset.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|