What Delphi visual control or combination of controls do you suggest for editing, adding and deleting key/value pairs (strings)?
6
votes
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).