[Overview][Types][Classes][Index] Reference for unit 'ExtendedStrings' (#lazutils)

TExtendedStringList.Destroy

Destructor for the class instance.

Declaration

Source position: extendedstrings.pas line 52

public destructor TExtendedStringList.Destroy; override;

Description

Destroy is the destructor for the class instance. Destroy calls FreeAllRecords to release memory allocated for entries in the Records property. Destroy calls the inherited destructor.