Method XbpRadioButton():editBuffer() Foundation

Returns the value in the edit buffer of the radiobutton.

Syntax
:editBuffer() --> lChecked
Return

This method returns the value found in the edit buffer of the radiobutton.

Description

The method :editBuffer() returns the current value in the edit buffer of the XbpRadioButton object. This method is only necessary during data validation and is called by the validation code block. In other cases, the current value is determined using the method :getData() which uses the code block in :dataLink to retrieve the data.

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.