Files
harbour-core/harbour/utils/hbmake/checks.ch
2000-12-26 22:26:15 +00:00

16 lines
578 B
Plaintext

/***
* Checks.ch
*
* Definition of @ ... GET Check box command.
*/
#define CHECK_BOX "X"
#command @ <row>, <col> GET <var> CHECKBOX <cStr> [when <when>] ;
;
=> ;
SetPos(<row>, <col>) ;
; Aadd(GetList, ;
CheckGetNew({|x| iif(x == NIL, <var>, <var> := x) }, ;
<(var)>, <cStr>,<{when}>))