[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazConfigStorage' (#lazutils)

TConfigStorage.Destroy

Destructor for the class instance.

Declaration

Source position: lazconfigstorage.pas line 53

public destructor TConfigStorage.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. It frees resources allocated for members in the class instance, and calls the inherited destructor.

See also

TObject.Destroy