[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indexed access to the items in the collection
Source position: db.pas line 994
public property TCheckConstraints.Items: 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.
lazarus-ccr.sourceforge.net |