Remove all key, value pairs from the list.
Source position: db.pas line 280
public procedure TLookupList.Clear;
Clear removes all keys and associated values from the list.
TLookupList.Add
Add a key, value pair to the list.