Mapping visual component to <ul>

Hello,


I`d like to mapping some visual component using ElementID to HTML list <ul><li>...

So, what component may I use to do this?

If the <LI> elements have an ID, you could map each of these on a TWebLabel

Thanks for the answer.


Is there some component that is renderized like a <UL>?

The reason that I`m asking it is that I want to load a menu dinamically using bootstrap in tags <UL><LI>.

Good suggestion. We'll reflect on what is the best possible Pascal class for mapping it on such HTML structure.