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: TestPageThe test page that displays the dataset that contains the specified field.
Part

Type: PartThe control on the test page that contains the dataset.
Filter

Type: FilterThe filter that is applied to the dataset.
Field

Type: FieldThe 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