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