Vcl.Dialogs.TPageSetupDialogOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TPageSetupDialogOptions = set of TPageSetupDialogOption;

Properties

Type Visibility Source Unit Parent
set public Vcl.Dialogs.pas Vcl.Dialogs Vcl.Dialogs

Description

Specifies page setup dialog options.

Options specifies the options for the page setup dialog.


TPageSetupDialogOptions enumerates the possible unit types:

Option Meaning

psoDefaultMinMargins

Sets the minimum values that the user can specify for the page margins to be the minimum margins allowed by the printer.

psoDisableMargins

Disables the margin controls, preventing the user from setting the margins.

psoDisableOrientation

Disables the orientation controls, preventing the user from setting the page orientation.

psoDisablePagePainting

Prevents default sample page drawing. Does not disable event calls.

psoDisablePaper

Disables the paper controls, preventing the user from setting page parameters such as the paper size and source.

psoDisablePrinter

Disables the Printer button, preventing the user from invoking a dialog box that contains additional printer setup information.

psoMargins

Sets the initial margins from MarginLeft, MarginRight, MarginBottom, and MarginTop properties. Otherwise, initial margins are one inch each.

psoMinMargins

Sets the minimum margins from MinMarginLeft, MinMarginRight, MinMarginBottom, and MinMarginTop. Otherwise, minimum margins are determined by the printer driver.

psoShowHelp

Displays Help button and Help title bar button.

psoWarning

Prevents display of warning when there is no default printer.

psoNoNetworkButton

Hides and disables Network button.



See Also