Event XbpSLE():typeOut Foundation

The edit buffer is full.

Syntax
:typeOut := {| uNIL1, uNIL2, self | ... }
:typeOut () --> self
Return

This method returns the object executing the method (self).

Description

The xbeSLE_TypeOut event is generated when a character is entered at the end of the edit buffer after the edit buffer is full. The :typeOut() callback method or the corresponding callback code block usually transfers the input focus to the next XbpSLE object. This same behavior occurs when the :autoTab instance variable is set to .T. (true) (see the :autoTab instance variable).

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.