Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Guide To CA-Clipper - <b>radiogroup</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RadioGroup
 Create a radio button group
------------------------------------------------------------------------------
 Description

     The RadioGroup class provides a convenient mechanism for manipulating
     radio buttons.

 Examples

     .  This example creates a group of radio buttons, one with a
        caption of "Commands" and the other "Macros":

        oRadio1:RadioButto(2,2,"Commands")
        oRadio2:RadioButto(3,2,"Macros")
        oRadiogroup:RadioGroup(2,2,3,9)

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson