AnyDAC
ContentsIndexHome
PreviousUpNext
TADDataSet.ParamByName Method

Searches parameter by its name.

Group
Links
Parameters 
Description 
const AValue: string 
A name of parameter. 

Parameter, if it is found.

Use ParamByName to find a parameter by its name in the Params collection. 

AValue is the name of the parameter for which to retrieve information. If parameter with AValue name is not found, then exception is raised.

function ParamByName(const AValue: string): TADParam;
What do you think about this topic? Send feedback!