Back to Devexpress

dxPSPreviewDialogManager Method

vcl-dxpscore-1a2d80b4.md

latest661 B
Original Source

dxPSPreviewDialogManager Method

Provides access to a TdxPSPreviewDialogManager object instance that allows you to manage Print Preview dialog styles.

Declaration

delphi
function dxPSPreviewDialogManager: TdxPSPreviewDialogManager;

Returns

Type
TdxPSPreviewDialogManager

Remarks

Since there should be only one instance of the TdxPSPreviewDialogManager class at runtime, call this function to access it.

See Also

dxPSCore Unit