JumpScrollSpeedOption Enumeration
In This Topic
Denotes how Reflection manages data that enters display memory.
Members
Member | Description |
ScrollBy1 | No more than one line can enter display memory before the screen is refreshed. |
ScrollBy128 | No more than one-hundred-twenty-eight lines can enter display memory before the screen is refreshed. |
ScrollBy16 | No more than sixteen lines can enter display memory before the screen is refreshed. |
ScrollBy2 | No more than two lines can enter display memory before the screen is refreshed. |
ScrollBy32 | No more than thirty-two lines can enter display memory before the screen is refreshed. |
ScrollBy4 | No more than four lines can enter display memory before the screen is refreshed. |
ScrollBy64 | No more than sixty-four lines can enter display memory before the screen is refreshed. |
ScrollBy8 | No more than eight lines can enter display memory before the screen is refreshed. |
ScrollByPage | No more than a page of text can enter display memory before the screen is refreshed. |
UnlimitedScroll | The display is refreshed as opportunity allows. Some text may not actually appear on the screen as it's read into display memory. |
See Also