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

TdxPreviewEnableOption Enum

Enumerates user command availability flags for the Print Preview dialog.

#Declaration

Delphi
TdxPreviewEnableOption = (
    peoCanChangeMargins,
    peoHelp,
    peoPageBackground,
    peoPageSetup,
    peoPreferences,
    peoPrint,
    peoReportDesign,
    peoPrintDialog
);

#Members

Name Description
peoCanChangeMargins

Users can change page margins in the Print Preview dialog.

peoHelp

Users can display offline documentation for the Print Preview dialog.

The dialog’s PreviewOptions.HelpFile property specifies the name of the required Help file.

peoPageBackground

Users can customize page background fill settings.

peoPageSetup

Users can invoke the Page Setup dialog in the Print Preview dialog.

peoPreferences

Users can invoke the Options dialog to customize the Print Preview dialog.

peoPrint

All UI elements associated with the Print command and the corresponding dialog are enabled.

If this flag is not set, the peoPrintDialog flag has no effect.

peoReportDesign

Users can invoke the Report Designer dialog if it is available for the current report link.

peoPrintDialog

Users can invoke the Print dialog if the peoPrint flag is set.

#Remarks

The TdxPreviewEnableOption type enumerates flags that correspond to individual user commands in the Print Preview dialog. The TdxBasePreviewOptions.EnableOptions property value can include any number of TdxPreviewEnableOption flags in any combination.

#Direct TdxPreviewEnableOption Type Reference

The TdxPreviewEnableOptions type references the TdxPreviewEnableOption type.

See Also