RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IInetXWebDataSet.Params Method

Returns the set of parameters in the associated dataset.

Pascal
function Params: TParams;
C++
__fastcall TParams Params();

Call Params to obtain access to the parameter objects (TParam) that represent the parameters in the XML data packet. Each parameter object can be used to read the value of the parameter, determine its type, and so on. 

 

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