TdxPSPreviewDialogManager Class
Maintains Print Preview dialog styles available within the ExpressPrinting System.
Declaration
TdxPSPreviewDialogManager = class(
TObject
)
Remarks
This class introduces members that allow you to do the following:
Register and unregister Print Preview dialog styles (RegisterPreviewDialog and UnregisterPreviewDialog).
Access all registered Print Preview dialog styles (Items).
Activate a specific Print Preview dialog style and determine its class type (CurrentPreviewDialogStyle and CurrentPreviewDialogStyleInfo).
Create a window for the currently active Print Preview dialog style (CreatePreviewWindow).
Determine the class type of the most recently registered Print Preview dialog style (DefaultPreviewDialogStyleInfo).
At runtime, there should be only one instance of the TdxPSPreviewDialogManager class, which is referenced by the dxPSPreviewDialogManager global function.