TWebListBox - always rendered as blank for me, even without external styling etc. I had to give up after some trials.
TWebListControl -
- help doesn't say, but renders as a ul/li.
- I don't use text for comparison, I use numbers.
WebListControl.ItemIndexis always -1. - I found that the
AListItemreturned byItemClickevent has a field called Id, which returns the item number clicked. - But its not documented.