ErrorCheckOptionCollection
Contents
[
Hide
]ErrorCheckOptionCollection class
Represents all error check option.
Properties
| Name | Type | Description |
|---|---|---|
| Count | Number | |
| Item (int) | ErrorCheckOption | Gets ErrorCheckOption object by the given index. |
Methods
| Name | Description |
|---|---|
| add | Add an error check option. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
ErrorCheckOptionCollection.Count property
Type: Number
ErrorCheckOptionCollection.Item (int) property
Gets ErrorCheckOption object by the given index.
Type: ErrorCheckOption
add() (1 of 2)
Add an error check option.
add(value) (2 of 2)
Reserved for internal use.
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.