OptionMembers Property (Table field)

Version: Available from runtime version 1.0.

Sets the list of options that are available in the table field that is currently selected.

Applies to

  • Table 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)