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>radiobutto</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RadioButto
 Create a radio button
------------------------------------------------------------------------------
 Description

     Radio buttons are typically presented in related groups and provide
     mutually exclusive responses to a condition where only one choice is
     appropriate.  For example, a group of radio buttons might allow you to
     sort public variables either by name or by address.

     Only one radio button can be on--when a new button is pressed, the
     previously selected button is turned off.

 Examples

     .  This example creates two radio buttons, one with a caption of
        "Commands" and the other "Macros," and groups them together using the
        RadioGroup class:

        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