TScrollbar32 is the 32 bit version of the 16 bit TScrollbar that comes with
Delphi 2 (and 3?). It is backward compatible with the 16 bit TScrollbar. 
The component is FREEWARE.

The following features have been added:

 1) Position, Max and Min are 32 bit integers
 2) SmallChange and LargeChange are unsigned 31 bit integers (cardinals)
 3) extra property PageSize. This determines the size of the thumb. Its value
    can range from 0 to Max-Min+1. Default is 0, which gives the 'classical'
    behaviour and appearance. The maximum value of the Position property is
    Max-PageSize+1.
 4) extra public method:
	SetParams32(APosition, AMin, AMax: Integer; APage: Cardinal)
    This method is much like the 'old' SetParams, which is still present for
    backward compatibility, but contains the extra PageSize parameter.

By default the component is installed on the Win95 page of the component palette.
This can be changed by editing one of the last lines of the source file.

Suggestions and bugs can be mailed to:

Wim van Hoorn
Cadenza@worldonline.nl 
