Data.DB.TCheckConstraints.Items
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TCheckConstraints |
Delphi
property Items[Index: Integer]: TCheckConstraint read GetItem write SetItem; default;
C++
__property TCheckConstraint* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};
Description
Maintains an indexed array of check constraints.
Use Items to access individual check constraints that apply to the dataset component that owns this check constraint collection.