[<<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)
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson