Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.
Related information
Properties
Report Object
Report Properties
OptionMembers Property (Report)