[Overview][Classes][Procedures and functions][Index] Reference for unit 'LookupStringList' (#lazutils)

TLookupStringList.Clear

Clears the content stored in the class instance.

Declaration

Source position: lookupstringlist.pas line 48

public procedure TLookupStringList.Clear; override;

Description

Clear is an overridden method used to clear the content stored in Strings, Objects, and the internal string map. Clear calls the inherited method, and calls the TStringMap.Clear method in the internal string map.

See also

TStringList.Clear


Version 4.0 Generated 2025-05-03 Home