Retrieves the values of form elements posted to the HTTP request body by a form using the Post method.
Returns the total number of Variable objects in the Form collection.
Object.Count
Long.
Read-only.
Determines whether the Form collection contains more Variable objects.
Object.HasMoreElements
Boolean.
Read-only.
Retrieves the Variable object specified by the Key parameter.
Object.Element(
Key As AnyType)
String/Integer. String value represents the name of the variable and the integer represents the index of the variable.
Variable object.
Retrieves the Variable object specified by the Key parameter.
Object.Item(
Key As AnyType)
String/Integer. String that corresponds to the name of a variable and integer that represents a variable's index.
Variable object.
Retrieves the next Variable object in the collection.
object.Next()
None.
Variable object.
Resets the current Variable object.
object.Reset()
None.
Void.