Skip to main content

TCustomdxComponentPrinter.DoPrintDeviceBusy Method

Generates the OnPrintDeviceBusy event.

Declaration

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