6
votes

What Delphi visual control or combination of controls do you suggest for editing, adding and deleting key/value pairs (strings)?

1
You mean something like the object inspector but with editable property names?David Heffernan
@David: yeah, something like that. Doesn't have to be editable inplace.jpfollenius

1 Answers

16
votes

Try the TValueListEditor component (to allow to the component edit and delete the keys you must set in the KeyOptions property the keyEdit and keyAdd values).