Jump to content
aehimself

VERY simple tag editor component

Recommended Posts

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:

 

Untitled.png.5d4d6f4732fa8f559ed1baa515dbcd51.png

 

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 by aehimself
  • Like 3
  • Thanks 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×