Skip to main content

TdxPreviewOptions.WindowState Property

Determines the manner in which the Print Preview dialog is displayed.

Declaration

property WindowState: TWindowState read; write; default wsNormal;

Property Value

Type Default
TWindowState wsNormal

Remarks

Options include:

Value Meaning
wsNormal The Print Preview dialog appears in the standard state (it is neither minimized nor maximized), which is defined by the Left, Top, Height, and Width properties.
wsMinimized The Print Preview dialog appears minimized.
wsMaximized The Print Preview dialog appears maximized.

The default value of the WindowState property is wsNormal.

See Also