RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataSet.ParamByName Method

Returns a specified parameter of the SELECT query that fetches this dataset's data.

Pascal
function ParamByName(Idx: String): TIBXSQLVAR;
C++
__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!