Icon ParamByName Method

function ParamByName(const Value: String): TDBISAMParam

Usage

Call the ParamByName method to locate a specific parameter by the name of the parameter. If a parameter is found with the same name, a reference to the parameter is returned, otherwise an exception is raised. The search against the parameter names is case-insensitive. The ParamByName method is essentially a wrapper around the FindParam method that raises an exception if the FindParam method returns nil.
Image