Determines if parameter with the specified name exists in a dataset.
function FindParam(const Value: string): TUniParam;
Call the FindParam method to determine if parameter with the specified name exists in a dataset. Name is the name of the parameter for which to search. If FindParam finds a parameter with a matching name, it returns the TUniParam object for the specified Name. Otherwise it returns nil.