Back to Devexpress

TCustomdxComponentPrinter.DoPrintDeviceError Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-c3b54a09.md

latest760 B
Original Source

TCustomdxComponentPrinter.DoPrintDeviceError Method

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

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit