[Overview][Types][Classes][Index] |
Destructor for the class instance.
Source position: propertystorage.pas line 145
public destructor TCustomPropertyStorage.Destroy; override; |
Destroy is the overridden destructor for the class instance. It calls the FreeStorage method to free any items in the collection, and frees the TStoredValues instance in the StoredValues property. TPropertyStorageLink instances in the internal list are freed, and the list itself is also freed. Destroy calls the inherited method prior to exit.
Version 4.0 | Generated 2025-05-03 | Home |