[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.
Version 4.0 | Generated 2025-05-03 | Home |