TCustomdxComponentPrinter.DoPrintDeviceError Method
In This Article
Generates the OnPrintDeviceError event.
#Declaration
Delphi
procedure DoPrintDeviceError; dynamic;
#Remarks
The DoPrintDeviceError method is called when printing to check whether the printing device is available. TCustomdxComponentPrinter descendants can override it to perform specific actions before/after calling the OnPrintDeviceError event handler.
See Also