[Overview][Types][Classes][Index] |
Removes items stored in the string list.
Source position: extendedstrings.pas line 53
public procedure TExtendedStringList.Clear; override; |
Clear is an overridden procedure used to remove items stored in the string list. Clear calls FreeAllRecords to release memory allocated for items in the Records property. Clear calls the inherited Clear method.
Version 4.0 | Generated 2025-05-03 | Home |