TPRScroll 1.0
-------------
TPRScroll is a simple VCL component for Delphi 3 and Delphi 4 that scrolls a 
bitmap. You can choose the direction and speed of scrolling.

This component is freeware. You can use it anyway you like.
If you want the source contact me by e-mail.


Installation
------------
* Delphi 3: open PRScrollPack3.dpk in Delphi 3 and click on the Install button.
* Delphi 4: open PRScrollPack4.dpk in Delphi 4 and click on the Install button.


Main Properties and Events
--------------------------
* Bitmap: Loads a bitmap. The component resizes automatically with the size of the 
          bitmap.
* Enabled: Starts/stops scrolling.
* Interval: Sets the speed of scrolling. Little values for Interval (e.g. 10) makes 
            scrolling faster.
* OnlyOnce: If True the bitmap scrolls just once.
* ScrollDirection: Sets the diretion of scrolling towards left, right, top or bottom.
* ScrollPixels: Number of pixels the bitmap moves after each Interval.
* ScrollPosition: The position of the bitmap origin in the component's canvas.
* OnScroll: Occurs whenever the ScrollPosition changes.


October,10, 1998

Paulo F. Rocha
malhao@elogica.com.br



