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