Data.DB.TCheckConstraints

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTCheckConstraints
[–] 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.

See Also