Back to product page

Item property (HttpRequestFormPost)


References specific variable in the collection.

Type

A HttpHeader object. Reference to HttpHeader that holds variable's Name and Value.

Syntax

  • Basic
object.Item(Index)
The Item(object,Index) syntax has these parts:
objectAn expression evaluating to an object of type HttpRequestFormPost.
IndexRequired. A Variant value. String expression as variable name, or integer as variable's index.

Remarks

Using this property you can get reference to IHttpHeader (note - this isn't actually a header, but since it contains same properties Name and Value, we just set it up to behave like header!) that holds variable's name and value.

Platforms

Windows