InetHttpFormValues property (LEADRasterHTTP Object)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

NAMEVALUEItem InetHttpFormValues(long nIndex);

Overview

Refer to How to Program with the LEAD Raster HTTP Object

Remarks

Contains an array of name/value pairs used by the InetHttpSendForm method. The size of this array is determined by the InetHttpFormValueCount property.

The InetHttpFormValues property has the following properties:

Property

Description

BSTR pszName

Name of a HTTP form item.

BSTR pszValue

Value of an HTTP form item.

This information corresponds to the name and value you would provide if programming in HTML.

You can set the InetHttpFormValueCount property to allocate storage for the InetHttpFormValues property, prior to setting the values.

Set the InetHttpFormValueCount property to 0 at any time to free the memory used for the InetHttpFormValues property.

See Also

Elements:

InetHttpSendForm method, InetHttpFormValueCount property

Topics:

Working with HTTP: Sending Data Over an HTTP Connection