| [Overview][Classes][Procedures and functions][Index] |
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.
TStringList.Destroy |