TIWCGJQMListItem.Divider Property
List items can be turned into dividers to organize and group the list items. This is done by setting the Divider = True at any list item. These items are styled with the bar swatch "b" by default (blue in the default theme) but you can specify a theme for dividers by settting the DividerTheme in the list element (ul or ol) and specifying a theme swatch letter. You can override the DividerTheme for a specific divider by adding the Theme property to the list item.
published property Divider: boolean read FDivider write FDivider default False;
Property Value
Type: boolean