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.
| Version 4.4 | Generated 2025-11-08 | Home |