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 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

     <oRadioButto>:select([<lNewState>]) --> self

        <lNewState> is a logical value that indicates whether the radio
        button should be selected or not.  Set to true (.T.) to select the
        button or false (.F.) to deselect the button.  If omitted, the radio
        button state will toggle to its opposing state.

        select() is a method of the RadioButto class that is used for
        changing the state of a radio button.  Its state is typically changed
        when the space bar or one of the arrow keys is pressed or the mouse's
        left button is pressed when its cursor is within the radio button's
        screen region.

        This message is meaningful only when the RadioButto object has input
        focus, or when the radio button is a member of a Group object that
        has input focus.

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