Back to product page

Remove method


Removes variable from the collection.

Type

None

Syntax

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

Remarks

This method will remove specified variable from the collection. Once removed, variable will not be posted to the server on next Post method call.

Platforms

Windows