TTMSFNCRadioGroup Wrap Text

Is there a way to wrap the text for TTMSFNCRadioGroup items?


Thanks

Hi,


Yes you can use the following code to accomplish this

  TMSFNCRadioGroup1.HTMLTexts[0].WordWrapping := True;

Many thanks