Finds the row in a dataset on the test page that is identified by the specified values.
[Ok :=]TestPage.GOTOKEY([Value],...); |
Parameters
- TestPage
- Type: TestPage The test page that contains the dataset.
- Value
- Type: Text or Integer The value or list of values to use to find the row. If this parameter is omitted, the primary key value is used.
Property Value/Return Value
Type: Boolean
true if the specified row is found; otherwise, false. The return value is optional.