Destructor for the class instance.
Source position: lookupstringlist.pas line 46
public destructor TLookupStringList.Destroy; override; |
Destroy is the destructor for the class instance. Destroy frees the internal TStringMap instance allocated in the constructor, and calls the inherited Destroy method.
| Version 4.4 | Generated 2025-11-08 | Home |