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

TParams.Items

Indexed access to TParams instances in the collection.

Declaration

Source position: db.pas line 1549

public property TParams.Items[Index: Integer] : TParam
  read GetItem
  write SetItem;
  default;

Description

Items is overridden by TParams so it has the proper type (TParam). The Index runs from 0 to Count-1.

See also

TParams

  

A collection of parameter values for SQL-based datasets.


Documentation generated on: Jul 24 2023