[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TCheckConstraints.Items

Indexed access to the items in the collection

Declaration

Source position: db.pas line 1111

public property TCheckConstraints.Items[Index: LongInt] : TCheckConstraint
  read GetItem
  write SetItem;
  default;

Description

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.

See also

#rtl.classes.TCollection.Items


Documentation generated on: May 14 2021