Gets the options for a field on a test page.
Text := TestPage.Field.GETOPTION([Index]); |
Parameters
- TestPage
- Type: TestPage The test page variable that you use to refer to the test page.
- Field
- Type: Field The field for which you to get the options.
- Index
- Type: Integer The 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.