Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPrintDialog.OnPageSetup Event

In This Article

Occurs when clicking the “PageSetup…“ button.

#Declaration

Delphi
property OnPageSetup: TdxPageSetupEvent read; write;

#Remarks

Write an OnPageSetUp event handler to perform specific actions when clicking the “PageSetup…“ button. You may use the OnPageSetUp event handler to display your own Page Setup dialog window, which is customized via the TdxPageSetupDialog component.

The ADone parameter is set to True if the PageSetup form was closed by pressing the ‘OK’ button.

The APreviewBtnClicked and APrintBtnClicked parameters determine whether the Preview button and/or Print button were clicked.

Note

PBoolean is declared in dxPSGlbl and this unit name must be manually added to the form’s “uses” clause.

See Also