| Name | Description | |
|---|---|---|
| Add | Add an item to the end of the collection. | |
| AddBoolean | Add a Boolean field. | |
| AddCurrency | Add a Currency field. | |
| AddDate | Add a Date field. | |
| AddDouble | Add a Currency field. | |
| AddInteger | Add an Integer field. | |
| AddString | Add a String field. | |
| Clear | Clear collection. | |
| CreateDataSchemaField | Create a finDataSchemaField object. | |
| Exists | ||
| GetObjectName | ||
| Insert | Insert an item into the collection at the specified position. | |
| Remove | Remove an item from the collection. | |
| RemoveAt | Remove an item from the collection. |
| Name | Description | |
|---|---|---|
| IsDirty Read-Only | Indicates whether this collection or any of its items have been modified. | |
| ItemById Read-Only | Retrieve an item by its Id or Nothing if no item exists with this Id. |