Destructor for the class instance.
Source position: intfgraphics.pas line 677
public destructor TLazReaderIcnsPart.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy frees resources allocated for members, and calls the inherited destructor prior to exit.