InetHttpFormValueCount property (LEADRasterHTTP Object)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long InetHttpFormValueCount

Overview

Refer to How to Program with the LEAD Raster HTTP Object

Remarks

Contains the number of name/value pairs in the InetHttpFormValues property.

Set the InetHttpFormValueCount property to allocate storage for the InetHttpFormValues property (an array), prior to setting the form values.

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

See Also

Elements:

InetHttpSendForm method, InetHttpFormValues property

Topics:

Working with HTTP: Sending Data Over an HTTP Connection