Skip to main content

TdxPSPreviewDialogManager.UnregisterPreviewDialog(TdxPSPreviewDialogStyleInfoClass) Method

Unregisters a specified Print Preview dialog style within the ExpressPrinting System.

Declaration

procedure UnregisterPreviewDialog(APreviewDialogStyleInfo: TdxPSPreviewDialogStyleInfoClass);

Parameters

Name Type
APreviewDialogStyleInfo TdxPSPreviewDialogStyleInfoClass

Remarks

Call this method to unregister a Print Preview dialog style that was previously registered via the RegisterPreviewDialog method call. The class type of the dialog style is passed as the APreviewDialogStyleInfo parameter.

See Also