[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'db' (#fcl)

TParams.Items

Indexed access to TParams instances in the collection

Declaration

Source position: db.pas line 1805

public property TParams.Items: 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

TParame

The latest version of this document can be found at lazarus-ccr.sourceforge.net.