dxPSPreviewDialogManager Method
In This Article
Provides access to a TdxPSPreviewDialogManager object instance that allows you to manage Print Preview dialog styles.
#Declaration
Delphi
function dxPSPreviewDialogManager: TdxPSPreviewDialogManager;
#Returns
Type |
---|
Tdx |
#Remarks
Since there should be only one instance of the TdxPSPreviewDialogManager class at runtime, call this function to access it.
See Also