Delete TParam?
2007-12-18 04:28:43 PM
cppbuilder43
Hi all,
I am curious whether the TParam that created by CreateParam is needed
to be free or not?
TParam *prmTransactionID = sp->Params->CreateParam(ftInteger,
"TransactionID", ptInput);
Please advise, thanks.