TwebRadioGroup - adding classes to items

Such direct interface is not there.
You can use something like

TJSHTMLElement(webradiogroup1.Controls[i].ElementHandle.firstChild.setAttributet('class','myclass');

1 Like