[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 overridden destructor for the class instance. Destroy calls FreeAllRecords to release memory allocated for entries in the Records property. Destroy calls the inherited destructor.

See also

TStringList.Destroy


Version 4.0 Generated 2025-05-03 Home