Checkbox class.
UICheckBox([<value>],<label>) --> UICheckBox object.
GETVALUE | Get check box state. |
SETVALUE | Check/Uncheck check box. |
UICHECKBOX | Constructor. |
checkbox := UICheckBox(.T., "&Use log")
Andrey Cherepanov <<skull@eas.lrn.ru>>
No dependies of platform.
Get check box state.
getValue() --> <value>
No arguments
Returns value of checkbox.
Check/Uncheck check box.
setValue(<value>)
Returns NIL.
Constructor.
UICheckBox([<value>],<label>)
<value> | - Boolean. Set check box state: .T. - check box is checked, .F. - check box is unchecked. |
<label> | - String. Check box label. You can define accel key for widget activation. Just place symbol "&" before accel letter. This letter will be underlined and widget will be activated with key Alt-letter. |
Returns NIL.