RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterRequestParams.ParamCount Property

Indicates the number of name/value pairs that can be accessed using this interface.

Pascal
property ParamCount: Integer;
C++
__property int ParamCount;

Read ParamCount to determine how many name/value pairs you can extract from the current HTTP request. ParamCount provides an upper bound to the index on the ParamNames and ParamValues property arrays. 

 

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