[Overview][Types][Classes][Index] |
Destructor for the class instance.
Source position: stringhashlist.pas line 59
public destructor TStringHashList.Destroy; override; |
Destroy is the overridden destructor for the class instance. It calls the Clear method to remove free any hash items and the storage allocated in List. Destroy calls the inherited method prior to exit.
|
Frees resources allocated for hash items and the storage for the list. |
|
|
Provides indexed access to the storage used in the container. |
Version 4.0 | Generated 2025-05-03 | Home |