[Overview][Types][Classes][Index] |
Destructor for the class instance.
Source position: propertystorage.pas line 101
public destructor TPropertyStorageLink.Destroy; override; |
Destroy is the overridden destructor for the class instance. It ensures that references used in the OnLoad, OnSave, and Storage properties are set to Nil. Destroy calls the inherited destructor prior to exiting from the method.
Version 4.0 | Generated 2025-05-03 | Home |