Unit Scroll32

============================================================================= unit Scroll32 TScrollbar32 is the 32 bit version of the 16 bit TScrollbar that comes with Delphi 2. It is backward compatible with the 16 bit TScrollbar. The following features have been added: 1) Position, Max and Min are 32 bit integers 2) SmallChange and LargeChange are unsigned 32 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. =============================================================================

Classes

TScrollbar32 -

Functions

Register -

Types

TScrollBar32Inc

Constants

Variables


Functions


procedure Register;


Types


TScrollBar32Inc = 1..2147483647
== TScrollbar32 =============================================================

Constants


Variables