ErrorCheckOptionCollection

ErrorCheckOptionCollection class

Represents all error check option.

Properties

NameTypeDescription
Countint
Item (int)ErrorCheckOptionGets ErrorCheckOption object by the given index.

Methods

NameDescription
addAdd an error check option.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved for internal use.

ErrorCheckOptionCollection.Count property

Type: int

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.