Data.DB.TCheckConstraints

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: Data.DB |
Delphi
TCheckConstraints = class(TCollection)
C++
class PASCALIMPLEMENTATION TCheckConstraints : public System::Classes::TCollection
Description
TCheckConstraints contains a collection of check constraints for a dataset component.
cClient 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.