POrovides access to the OUT parameters and their values after processing SQL statement.
function ParamByName(const Name: string): TIBCParam;
Call the ParamByName method to get access to the OUT parameters and their values after processing SQL statement with ExecSQL or stored procedure with ExecProc. Name should be equal to the parameter name as it occurred in SQL statement.
Implicitly calls the TIBCSQL.ParamByName function of TIBCSQL.