Event XbpMLE():hScroll Foundation

The character string in the XbpMLE object has been horizontally scrolled.

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

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

Description

The character string in the edit buffer of the XbpMLE object can contain more characters than can be displayed in the edit window on the screen. In this case, the character string is scrolled horizontally when characters are entered or viewed that are outside the visible limits of the edit window. Each time the edit window is horizontally scrolled to the left or right, the event xbeMLE_HScroll is generated and the :hScroll() callback method or the corresponding callback code block is executed.

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.