TCustomdxComponentPrinter.DoPrintDeviceError Method
Generates the OnPrintDeviceError event.
Declaration
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