Documentation is incorrect/incomplete

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.ItemIndex is always -1.
  • I found that the AListItem returned by ItemClick event has a field called Id, which returns the item number clicked.
  • But its not documented.

This is a control that exposes the various bootstrap list styles.
Please see the demo under Demo\Basics\List Controls for how it can be used.