Method XbpCheckBox():getData() Foundation

Returns the current state of the checkbox.

Syntax
:getData() --> lChecked
Return

This method returns a logical value representing the current state of the checkbox. The value .T. (true) indicates that the checkbox is "selected" and the value .F. (false) means it is "not selected".

Description

The method :getData() returns the current state of the XbpCheckBox object. If a code block is contained in the instance variable :dataLink, this data code block is also executed. The current value stored in the edit buffer is passed to the code block (see DataRef()).

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.