wodHttpDLX ActiveX Control - Item Property
      
 

Description

References specific variable in the collection.


Property type

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


Syntax

object.Item(Index)



The Item Property syntax has these parts:

Part Description
object An expression evaluating to an object of type HttpRequestFormPost.
Index Required. 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.