Event XbpSLE():hScroll Foundation

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

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

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

Description

The character string in the edit buffer of the XbpSLE object can contain more characters than are displayed in the entry field 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 entry field. Each time the entry field is horizontally scrolled to the left or right, the event xbeSLE_HScroll is generated and the :hScroll()callback method or the corresponding callback code block is executed.

Windows does not create the xbeSLE_HScroll event.

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.