aehimself 416 Posted 9 hours ago (edited) In one of my pet projects I recently needed a tag editor component. What I found was either paid or overly complicated so I decided to write my own: It is a single-line, scrollable tag editor. No reordering, no edit box, nothing fancy; just shows the tags which are in the .SelectedTags property. You can remove tags by clicking on them (or removing them from the .SelectedTags...) in which case the OnTagRemoved event is fired. The way new tags are added is up to you. Feel free to use it and as usual: tips and advices to improve it is more than welcome. https://github.com/aehimself/AEFramework/blob/master/AE.Comp.TagEditor.pas Edited 9 hours ago by aehimself 2 1 Share this post Link to post