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