Destructor for the class instance.
Source position: graphics.pp line 778
public destructor TRegion.Destroy; override; |
Destroy is the overridden destructor for the class instance. It calls FreeReference to free resources allocated for the Reference, and calls the inherited destructor prior to exit.
| Version 4.6 | Hosted on Source Forge |