PrintScroll Property

Purpose

Returns or sets the scrolling behaviour of a Form or Printer.

Syntax

[object.]PrintScroll [ = value ]

object:Form or Printer
value:Boolean exp

Description

Determines the scrolling behaviour of the output device when the current output position has reached the bottom of the output area. Used without an object will change the current output object.

Example

OpenW 1

PrintScroll = 1

AutoRedraw = 1

Local i As Int

For i = 0 To 100

Print i

Pause 0.5

Next i

See Also

Form, Printer

{Created by Sjouke Hamstra; Last updated: 21/10/2014 by James Gaite}