Delphi Controls for Editing Key/Value Pairs?
What Delphi visual control or combination 开发者_运维问答of controls do you suggest for editing, adding and deleting key/value pairs (strings)?
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).
加载中,请稍侯......
精彩评论