Method XbpMLE():setFirstChar() Foundation
Sets the first character visible in the edit window.
Syntax
:setFirstChar( <nBufferPos> ) --> lSuccess
Parameters
<nBufferPos>
<nBufferPos> is a numeric value specifying the position in the edit buffer of the first character that is visible at the top left of the edit window.
Return
This method returns the value .T. (true) if the first visible character could be set, otherwise .F. (false) is returned.
Description
The method :setFirstChar() explicitly causes the edit buffer to scroll by setting the first character of the buffer that is visible at the upper left corner of the edit window.
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.