[Overview][Types][Classes][Index] Reference for unit 'StringHashList' (#lazutils)

TStringHashList.Destroy

Destructor for the class instance.

Declaration

Source position: stringhashlist.pas line 59

public destructor TStringHashList.Destroy; override;

Description

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.

See also

TStringHashList.Clear

  

Frees resources allocated for hash items and the storage for the list.

TStringHashList.List

  

Provides indexed access to the storage used in the container.


Version 4.0 Generated 2025-05-03 Home