[Overview][Types][Classes][Index] |
Frees memory allocated for all Records in the class.
Source position: extendedstrings.pas line 57
public procedure TExtendedStringList.FreeAllRecords; virtual; |
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.
|
Provides indexed access to records in the string list. |
|
|
Removes items stored in the string list. |
Version 4.0 | Generated 2025-05-03 | Home |