| [Overview][Types][Classes][Index] |
Destructor for the class instance.
Source position: extendedstrings.pas line 52
public destructor TExtendedStringList.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy calls FreeAllRecords to release memory allocated for entries in the Records property. Destroy calls the inherited destructor.
TStringList.Destroy |