Hi,
i want to use a twebradiogroup and to change items at runtime.
example:
onbutton1click: webradiobutton1.items.text:='1'+#13#10+'2'+#13#10+'3'+#13#10;
onbutton2click: webradiobutton1.items.text:='A'+#13#10+'B'+#13#10;
you have only one shot.
Once selected you are not able to change items. You always see the first choice.
Why ?