[Overview][Constants][Types][Classes][Index] |
Destructor for the class instance.
Source position: dynhasharray.pp line 101
public destructor TDynHashArray.Destroy; override; |
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.
|
Pointer which provides access to the first TDynHashArrayItem stored in the hash array. |
|
|
Removes all elements from the set/hash array. |
|
|
Clears the FContainsCache cache. |
Version 4.0 | Generated 2025-05-03 | Home |