<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
I have a list of strings inside a TStringList which contains the contents of my TurboVision RadioButton group.<BR>
This TStringList has a variable data payload... there may be 1 entry... there may be 10 entries.<BR>
 <BR>
I need to create a RadioButton Group with a variable number of entries; however, my documentation doesn't seem to give me a pointer to how this can be done. All of the RadioButton examples appear to be static.<BR>
<BR>    Bruce := New(PRadioButtons, Init(R,<BR>      NewSItem('~1~ OS A',<BR>      NewSItem('~2~ OS B',<BR>      NewSItem('~3~ OS C',<BR>      nil)))<BR>    ));<BR>    Insert(Bruce);<BR><BR>
It looks like the second Init parameter is a linked list of sorts; I hope I don't have to get creative in recreating this list.<BR>
 <BR>
Suggestions on how to proceed?<BR>
 <BR>                                          </body>
</html>