Gets the filter that is applied to the specified field in a dataset that is displayed on a test page.

String := TestPage.Part.Fiter.GETFILTER(Field);

Parameters

TestPage

Type: TestPage

The test page that displays the dataset that contains the specified field.

Part

Type: Part

The control on the test page that contains the dataset.

Filter

Type: Filter

The filter that is applied to the dataset.

Field

Type: Field

The field that you want to get the filter from.

Property Value/Return Value

Type: Text

The filter that is applied to the specified field.

See Also