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

TExtendedStringList.FreeAllRecords

Frees memory allocated for all Records in the class.

Declaration

Source position: extendedstrings.pas line 57

public procedure TExtendedStringList.FreeAllRecords; virtual;

Description

FreeAllRecords is a procedure used to free memory allocated for the Records in the class. FreeAllRecords iterates over the items in the string list, and calls the FreeRecord method to free memory allocated for each item.

FreeAllRecords is called in the Clear method, and in the destructor for the class.

See also

TExtendedStringList.Records

  

Provides indexed access to records in the string list.

TExtendedStringList.Clear

  

Removes items stored in the string list.


Version 4.0 Generated 2025-05-03 Home