Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - <b>radiobox [<orient:h,v>] to <mvar> [message <message>] ;</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
RADIOBOX [<orient:H,V>] TO <mvar> [MESSAGE <message>] ;
         [TITLE <title>] [WITH <nobuttons> BUTTONS] ;
         [CHOICES <choices>] [START <start>] ;
         AT [<top>], [<left>], [<bottom>], [<right>] ;
         [SHADOW <shadow>] [FRAME <frame>] [EXITKEY <exitkey>] ;
         [ACTIONKEYS <actionkeys>]
 ----------------------------------------------------------------------------

Purpose: A command replacement for twRadioBox()

Example: LOCAL avar
         LOCAL AText1 := "One function is used in TSDWIN " + ;
                         "to create various types of " + ;
                         "alert boxes: PushButton Boxes, " + ;
                         "Radio Boxes and Select Boxes. "

         RADIOBOX h TO avar MESSAGE AText1 TITLE "Radio Trial" ;
              WITH 3 BUTTONS START 2 AT ,,, FRAME 10

See Also: twRadioBox()

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