OptionMembers Property (Field)
Version: Available from runtime version 1.0.
Sets the list of options that are available in the field that is currently selected.
Applies to
- Fields
Example
In the code snippet below, you can see how the property is set.
field(2; OptionField; option)
{
OptionMembers = "Option with ", "spaces and ", "other symbols!";
}
Setting the OptionMembers property is necessary to enable the OptionCaptionML property. For more information, see OptionCaptionML Property.
See Also
Properties
Report Object
Report Properties
OptionMembers Property (Report)
Feedback
Submit and view feedback for