Unit Scrlform

Classes

Tscrollform - Instructions for using the Scrolling Background template: Saving in the Form Gallery: To save this form in the gallery that pops up when you add a new form to your project, follow the instructions under Delphi help: search for templates -> Saving a Form as a Template.

Functions

Types

Constants

TimerInterval
xmovement
ymovement

Variables

AmQuitting
BackImage
BitmapName
DoingResize
FormBitmap
NeedToQuit
scrollform
xoffset
yoffset


Functions


Types


Constants

TimerInterval = 100

Scrolls vertically x pixels per movement

xmovement = 1

Public declarations

ymovement = -1

Scrolls horizontally x pixels per movement

Variables

AmQuitting : boolean

BackImage : TBitmap

BitmapName : string

DoingResize : boolean

FormBitmap : TBitmap

NeedToQuit : boolean

scrollform : Tscrollform

Scroll interval in milliseconds

xoffset : integer

yoffset : integer