Gets the options for a field on a test page.

Text := TestPage.Field.GETOPTION([Index]);

Parameters

TestPage

Type: TestPageThe test page variable that you use to refer to the test page.
Field

Type: FieldThe field for which you to get the options.
Index

Type: IntegerThe index of the field that you want to get the options from. This parameter is optional.

Property Value/Return Value

Type: Text

The options in the field.