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

TExtendedStringList.Clear

Removes items stored in the string list.

Declaration

Source position: extendedstrings.pas line 53

public procedure TExtendedStringList.Clear; override;

Description

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.

See also

TStringList.Clear


Version 4.0 Generated 2025-05-03 Home