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.6 | Generated 2026-02-20 | Home |