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

TdxPrintStyleManager.DefinePrintStylesDlg(Boolean,Boolean) Method

Displays the Define Print Styles dialog window.

#Declaration

Delphi
procedure DefinePrintStylesDlg(out APreviewBtnClicked: Boolean; out APrintBtnClicked: Boolean); overload;

#Parameters

Name Type
APreviewBtnClicked Boolean
APrintBtnClicked Boolean

#Remarks

The DefinePrintStylesDlg method is called to display the Define Print Styles dialog window. This dialog allows a user to edit print styles. When a user presses the Edit… button, the Page Setup dialog window is displayed.

The APreviewBtnClicked and APrintBtnClicked parameters specify whether to display the Preview… and Print Preview… buttons in this dialog window. These parameters allow a developer to determine which of these buttons was pressed.

Note

If the appropriate parameter is not nil, the corresponding button is displayed.

See Also