FieldValuesCollection Object (IFieldValuesCollection Interface)
This object is a collection of field values. It is used for representation of a set of values for a choice field. To access the values of the certain choice field, use the Choices property of the corresponding FieldChoiceValue object.
Properties
| Name | Type | Description |
|---|---|---|
| Count | Integer, read-only | Stores the number of elements in the collection. |
| Element | FieldValue, read-only | Provides access to a single element of the collection. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new element at the end of the collection. |
| CopyFrom | Initializes properties of the current object with values of similar properties of another object. |
| DeleteAt | Removes an element from the collection. |
| DeleteAll | Removes all the elements from the collection. |
| Item | Provides access to a single element of the collection. |
Related objects

Output parameter
This object is the output parameter of the CreateFieldValuesCollection method of the Engine object.
See also
15.08.2023 13:19:30