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

TParams.ParamValues

Named access to the parameter values.

Declaration

Source position: db.pas line 1546

public property TParams.ParamValues[ParamName: string] : Variant
  read GetParamValue
  write SetParamValue;

Description

ParamValues provides access to the parameter values (TParam.Value) by name. It is equivalent to reading and writing

ParamByName(ParamName).Value

See also

TParam.Value

  

Value as a variant

TParams.ParamByName

  

Return a parameter by name


Documentation generated on: Sep 29 2022