FormArray
Description:
An array that contains form objects.
An array that contains form objects.
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| FormArray() | None | Initializes a new instance of the class |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Append(Form) | None | ||
| Clear() | None | Removes every form from the array, rendering it empty. | |
| ForwardIterator() | FormArrayIterator | Retrieve a forward moving iterator to the array. | |
| GetEnumerator() | IEnumerator | Retrieve a forward moving iterator to the array. | |
| Insert(Form, Int32) | None | ||
| ReverseIterator() | FormArrayIterator | Retrieve a backward moving iterator to the array. | |
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. | APIObject |