Searches a parameter with the specified name.
function ParamByName(const Value: string): TIBCParam;
Call the ParamByName method to find a parameter with the name passed in Name argument.
If a match is found, ParamByName returns the parameter. Otherwise, an exception is raised.