[Overview][Classes][Procedures and functions][Index] Reference for unit 'LookupStringList' (#lazutils)

TLookupStringList.Destroy

Destructor for the class instance.

Declaration

Source position: lookupstringlist.pas line 46

public destructor TLookupStringList.Destroy; override;

Description

Destroy is the destructor for the class instance. Destroy frees the internal TStringMap instance allocated in the constructor, and calls the inherited Destroy method.

See also

TStringList.Destroy