Skip to main content

TdxPrintStyleManager.DefinePrintStylesDlg(Boolean,Boolean) Method

Displays the Define Print Styles dialog window.

Declaration

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