[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   sf_cua_check_box    Displays the checkable font an allows user input
------------------------------------------------------------------------------

    function logical sf_cua_check_box prototype
      parameters value int the_row,;
                 value int the_col,;
                 const logical the_variable

    Displays the checkable font an allows user input.  Any key will toggle
    the variable from .t. to .f. or .f. to .t., ENTER accepts the entry.

    Example:

    var = .t.
    var = sf_cua_check_box( 10, 10, var )

See Also: sf_cua_check_circle
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson