Indexed access to TParams instances in the collection.
Source position: db.pas line 1555
public property TParams.Items[Index: Integer] : TParam |
Items is overridden by TParams so it has the proper type (TParam). The Index runs from 0 to Count-1.
|
A collection of parameter values for SQL-based datasets. |