TCustomdxComponentPrinter.PreviewExists Method
Determines whether the Print Preview dialog is displayed.
Declaration
function PreviewExists: Boolean;
Returns
| Type |
|---|
| Boolean |
Remarks
This function returns True if the preview window currently exists. Otherwise, it returns False. Call the Preview method to invoke the Print Preview dialog.
See Also