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]

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

        <lNewState> is a logical value that indicates whether the check box
        should be checked or not.  Set to true (.T.) to check the box or
        false to uncheck the box.  If omitted, the check box state will
        toggle to its opposing state.

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

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