FieldChoiceValue Object (IFieldChoiceValue Interface)
This object corresponds to a recognized value of a choice field. The value of the certain choice field is accessible through the AsChoice property of the FieldValue object.
Properties
Name | Type | Description |
---|---|---|
SelectedChoices | FieldValuesCollection |
Stores the selected choices of the field. Note: The property returns a constant object. To modify the value of the property, you must first receive an intermediate FieldValuesCollection object with the help of the IEngine::CreateFieldValuesCollection method, change the necessary parameters, and then assign this object to the property. |
Choices | FieldValuesCollection, read-only | Stores all the choices of the field. |
Related objects
See also
15.08.2023 13:19:30