Finds a parameter with the specified name.
Class
TCustomDASQL
Syntax
function FindParam(const Value: string): TDAParam;
Parameters
Value
Holds the parameter name to search for.
Return Value
a TDAParm object, if a parameter with the specified name has been found. If it has not, returns nil.
Remarks
Call the FindParam method to find a parameter with the specified name in a dataset.
See Also