InetHttpFormValues property (LEADRasterHTTP Object)
NAMEVALUEItem InetHttpFormValues(long nIndex); | |
Overview |
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: |
|
Topics: |