RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SqlExpr.LoadParamListItems Function

Fills a TParams object with information from a list of parameter descriptors.

Pascal
procedure LoadParamListItems(Params: TParams; ProcParams: TList);
C++
LoadParamListItems(TParams Params, TList ProcParams);

SqlExpr

Call LoadParamListItems to convert the list of parameter descriptors that is returned from the GetProcedureParams method of TSQLConnection to a collection of TParam objects. 

Params is an empty TParams collection that the procedure fills with information from the list of parameter descriptors. 

ProcParams is the list of parameter descriptors that GetProcedureParams returns. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!