| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: lazconfigstorage.pas line 53
public destructor TConfigStorage.Destroy; override; |
Destroy is the overridden destructor for the class instance. It frees resources allocated for members in the class instance, and calls the inherited destructor.
TObject.Destroy |