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

TDynHashArray.Destroy

Destructor for the class instance.

Declaration

Source position: dynhasharray.pp line 101

public destructor TDynHashArray.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. It calls the Clear method to remove cache entries for the list, and to free the pointers to the TDynHashArrayItem entries starting at FirstHashItem.

See also

TDynHashArray.FirstHashItem

  

Pointer which provides access to the first TDynHashArrayItem stored in the hash array.

TDynHashArray.Clear

  

Removes all elements from the set/hash array.

TDynHashArray.ClearCache

  

Clears the FContainsCache cache.


Version 4.0 Generated 2025-05-03 Home