[Overview][Classes][Procedures and functions][Index] |
Clears the content stored in the class instance.
Source position: lookupstringlist.pas line 48
public procedure TLookupStringList.Clear; override; |
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.
Version 4.0 | Generated 2025-05-03 | Home |