BorderText Property

The BorderText property places a label in the border of a radio button. In order for this label to show up, you must have a border. You can use this property to describe a set of radio buttons.

Applies to: Radio buttons.

Setting dynamically:

Winform Set form.radiobutton.BORDERTEXT TO "text";

WebFOCUS