Called to set or use parameter information for a specific parameter based on its name.
function ParamByName(const Value: string): TIBCParam;
Call the ParamByName method to set or use parameter information for a specific parameter based on its name. Name is the name of the parameter for which to retrieve information. ParamByName is used to set a parameter's value at runtime and returns a TIBCParam object.