.. highlightlang:: us .. index:: EdLineScroll .. _edlinescroll: EdLineScroll ============ .. us.tag EdLineScroll ENGLISH EdSet :ref:`EdLineScroll` scrolls the text in an editor. .. function:: bool = EdLineScroll(hEdit, nLines) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hEdit Identifies the editor. .. uparam:: nLines *nLines* specifies the number of lines to scroll vertically. .. seealso:: :ref:`overview-editors`, :ref:`EdCreate` :sub:`id-260607`