|
RAD Studio VCL Reference
|
Returns a specified parameter of the SELECT query that fetches this dataset's data.
function ParamByName(Idx: String): TIBXSQLVAR;
__fastcall TIBXSQLVAR ParamByName(AnsiString Idx);
Call ParamByName to retrieve the object that represents a parameter of the query that fetches this dataset's data. Use the TIBXSQLVAR object this method returns to get or set the parameter value.
Idx is the name of the parameter.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|