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 [^^Up^^] [Menu] [About The Guide]
 CheckBox -- Overview
------------------------------------------------------------------------------
 Class Function

 CheckBox()      Create a new CheckBox object
------------------------------------------------------------------------------
 Exported Instance Variables

 bitmaps         An array of bitmap files to be displayed
 buffer          Logical value indicating checked or unchecked
 capCol          Numeric value indicating screen column
 capRow          Numeric value indicating screen row
 caption         Character string describing the check box
 cargo           User-definable variable
 col             Numeric value indicating screen column
 colorSpec       Character string indicating color attributes
 fBlock          Code block evaluated at each input focus change
 hasFocus        Logical value indicating the input focus
 message         Character string describing check box
 row             Numeric value indicating screen row
 sBlock          Code block evaluated at every state change
 style           Character string indicating delimiter characters
 typeOut         Logical value false (.F.)
------------------------------------------------------------------------------
 Exported Methods

 display()       Shows a check box and caption on the screen
 hitTest()       Indicates position of mouse cursor relative to check box
 killFocus()     Takes input focus away from the CheckBox object
 select()        Determines whether check box should be checked
 setFocus()      Gives input focus to the CheckBox object

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