[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indexed access to TParams instances in the collection
Source position: db.pas line 1235
public property TParams.Items: 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 |