|
AnyDAC
|
Finds the parameter in Params property by a given name.
|
Parameters |
Description |
|
const AValue: string |
A parameter name to find. |
Parameter, if found, Otherwise - nil.
Use FindParam to find a parameter by a AValue name in the Params collection.
If a parameter is not found, FindParam returns nil values.
function FindParam(const AValue: string): TADParam;
|
What do you think about this topic? Send feedback!
|