[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Named access to the parameter values.
Source position: db.pas line 1287
public property TParams.ParamValues : Variant |
ParamValues provides access to the parameter values (TParam.Value) by name. It is equivalent to reading and writing
ParamByName(ParamName).Value
|
Value as a variant |
|
|
Return a parameter by name |