Destructor for the class instance.
Source position: graphics.pp line 1064
public destructor TCanvas.Destroy; override; |
Destroy is the destructor for TCanvas. It frees handles and regions, and calls the inherited Destroy method, sets font, pen and brush resources to Nil in the TCanvas class instance and makes its resources available.