Performs actions needed when the print device is freed.
Source position: printers.pas line 293
protected procedure TPrinter.DoDestroy; virtual; |
DoDestroy is a virtual procedure used to perform actions needed when the print device is freed. In TPrinter, the following actions are performed:
DoDestroy is normally overridden in a descendent class to perform additional actions required for the implementation.
DoDestroy is called from the Destroy destructor.
|
Destructor for the class instance. |
| Version 4.6 | Generated 2026-02-20 | Home |