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.4 | Generated 2025-11-08 | Home |