Skip to main content

TCustomdxComponentPrinter.OnPageSetup Event

Occurs when closing the Page Setup dialog window.

Declaration

property OnPageSetup: TdxPageSetupEvent read; write;

Remarks

Handle this event to perform specific actions when closing the Page Setup dialog window. The ADone parameter is set to True if the Page Setup dialog window was closed by pressing the OK button. The AReportLink parameter determines the report link for which the Page Setup dialog window was called.

See Also