Skip to main content

TBasedxPrintStyle.GetFilteredPapers(TStrings) Method

Returns paper types that are supported by the default printer.

Declaration

procedure GetFilteredPapers(AStrings: TStrings);

Parameters

Name Type
AStrings TStrings

Remarks

The GetFilteredPapers method is used to obtain all available paper types for a report. The GetFilteredPapers method generates the OnFilterPaper event. By writing implementation for this event a developer can filter out which paper types are to be supported. If no handler for this event has been implemented, all the paper types are supported. Supported paper types are displayed in the “Type“ section of the Page Setup window.

See Also