FieldCollection
FieldCollection class
Field collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Field |
Methods
| Name | Description |
|---|---|
| add | Add the Field object in the collection. |
| remove | Remove the Field object from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
FieldCollection.Count property
Type: int
FieldCollection.Item (int) property
Type: Field
add(item)
Add the Field object in the collection.
remove(item)
Remove the Field object from the collection.
clear()
removeAt(index)
iterator()
Reserved for internal use.