Indexed access to the items in the collection.
Source position: db.pas line 1318
public property TCheckConstraints.Items[Index: LongInt] : TCheckConstraint |
Items is overridden by TCheckConstraints to provide type-safe access to the items in the collection. The index is zero-based, so it runs from 0 to Count-1.