Method XbpSLE():setData() Foundation
Sets the value of the character string in the edit buffer.
:setData( [<cBuffer>] ) --> lSuccess
This method returns the value .T. (true) if the character string was copied into the edit buffer, otherwise .F. (false) is returned.
The method :setData() copies a character string into the edit buffer of the XbpSLE object where it can be edited. The <cBuffer>parameter does not need to be specified if a data code block is contained in the :dataLink instance variable. In this case, the data code block is evaluated and its return value is used as <cBuffer> (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.