Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCheckConstraints.Items

Indexed access to the items in the collection.

Declaration

Source position: db.pas line 1312

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: Jul 24 2023