[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 271

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.