TCustomdxComponentPrinter.PreviewExists Method
In This Article
Determines whether the Print Preview dialog is displayed.
#Declaration
Delphi
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