Back to Devexpress

TCustomdxComponentPrinter.DoPrintDeviceBusy Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-3d167981.md

latest806 B
Original Source

TCustomdxComponentPrinter.DoPrintDeviceBusy Method

Generates the OnPrintDeviceBusy event.

Declaration

delphi
procedure DoPrintDeviceBusy; dynamic;

Remarks

The DoPrintDeviceBusy method is called before printing to check whether the printing device is free. If it is busy, the StdProcessBusy method is called. TCustomdxComponentPrinter descendants can override it to perform specific actions before/after calling the OnPrintDeviceBusy event handler.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit