[Overview][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: lcltranslator.pas line 76
public destructor TPOTranslator.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy ensures that resources allocated to the internal TPOFile member in the class instance are freed. Destroy calls the inherited destructor.