Method XbpDatePicker():editBuffer() Foundation

Returns the current value in the edit buffer.

Syntax
:editBuffer() --> dDate
Return

This method returns the value found in the edit buffer of the XbpDatePicker object.

Description

The method :editBuffer() returns the current value in the edit buffer of an Xbase Part. This method is only required during data validation and is called in the validation code block. Otherwise, the current value is read using the method :getData() which passes the contents of the edit buffer to the data code block contained in the instance variable :dataLink.

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.