EdLineScrollΒΆ
EdLineScroll scrolls the text in an editor.
- bool = EdLineScroll(hEdit, nLines)
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
- hEdit
Identifies the editor.
- nLines
nLines specifies the number of lines to scroll vertically.
See also
id-260607