Icon Params Property

property Params: TDBISAMParams

Usage

Use the Params property to specify the parameters for an SQL statement. The Params proerty is a zero-based array of TDBISAMParam parameter objects. Index specifies the array element to access.

Information An easier way to set and retrieve parameter values when the name of each parameter is known is to call the ParamByName method.
Image