Method XbpSetting():getData() Foundation
Returns the current state of the toggle.
:getData() --> xValue
This method returns a logical or a numeric value, depending on the type of toggle (how many states are available). This value represents the current state of the toggle.
The method :getData() returns the current condition of the XbpSetting object. It returns a logical or numeric value depending on the type of toggle (how many states are available). 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()).
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.