Add a key, value pair to the list.
Source position: db.pas line 279
public procedure TLookupList.Add( |
const AKey: Variant; |
const AValue: Variant |
); |
AKey |
|
Lookup key. |
AValue |
|
Lookup value. |
Add will add the value AValue to the list and associate it with key AKey. The same key cannot be added twice.
|
Remove all key, value pairs from the list. |