RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBSQL.ParamByName Method

Accesses parameter information based on a specified parameter name.

Pascal
function ParamByName(Idx: String): TIBXSQLVAR;
C++
__fastcall TIBXSQLVAR ParamByName(AnsiString Idx);

Call ParamByName to set or use parameter information for a specific parameter based on its name. 

Idx is the name of the parameter for which to retrieve information. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!