Subject Look and feel of IBO radio group
Author paulfilmer
G'Day all

Maybe this is a silly question and I just cant find the properties...
but is there any way to get a TIB_RadioGroup with the nice border +
caption like a standard TDBRadioGroup or TRadioGroup?

I can get a good substitute by:
1. Placing a TGroupBox on the form
2. Putting a TIB_RadioGroup inside this group box
3. Aligning radio group to alClient
4. Setting the border style of the radio group to bsNone.

But just wondering if
a) there is some property on the IBO controls I have missed to
achieve this?
b) has anyone written some freeware code that achieves the same as my
substitute?

(yeah yeah I just don't want to write the code myself!!)

Thanks in advance,

Paul.