[Overview][Types][Classes][Variables][Index] Reference for unit 'Printers' (#lcl)

TPrinter.DoDestroy

Performs actions needed when the print device is freed.

Declaration

Source position: printers.pas line 293

protected procedure TPrinter.DoDestroy; virtual;

Description

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.

See also

TPrinter.Destroy

  

Destructor for the class instance.


Version 3.2 Generated 2024-02-25 Home