TdxPSPreviewDialogManager.CreatePreviewWindow Method
Creates a window for the currently active Print Preview dialog style.
Declaration
function CreatePreviewWindow: TdxPSCustomPreviewWindow;
Returns
Type |
---|
TdxPSCustomPreviewWindow |
Remarks
This function calls the CreatePreviewWindow method of the class associated with the currently active dialog style, and returns a window object created for this style. To access the class type of the currently active dialog style, use the CurrentPreviewDialogStyleInfo property.
See Also