RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterRequestParams.ParamNames Property

Lists the names of the name/value pairs that can be accessed using this interface.

Pascal
property ParamNames [I: Integer]: string;
C++
__property AnsiString ParamNames[int I];

Read ParamNames to obtain the name parts of the name/value pairs you can extract from the current HTTP request.  

I is the index of the name/value pair, where 0 indicates the first pair, 1 indicates the second pair, and so on. The ParamCount property provides an upper bound for this index. 

Use ParamNames when iterating over all the name/value pairs in the request. To obtain the value of a specified parameter given its name, use the ValueOfParam method. 

 

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