Destructor for the class instance.
Source position: printers.pas line 199
public destructor TPaperSize.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy frees resources allocated to internal members in the class instance, and calls the inherited destructor.
| Version 4.4 | Generated 2025-11-08 | Home |