Windows 95 Progress Bar Control for Delphi  (16-bit)

This Windows 95 progress bar component uses the Windows 95 COMMCNTL.DLL,
which is probably in your WINDOWS\SYSTEM directory to provide it's
functionality.  It probably requires windows 95 to run...

Programmed by Colin Wilson (colin@woozle.compulink.co.uk).

Freeware.

Public methods
--------------

procedure DeltaPos (delta : Integer);

  Increments the position by 'delta'

procedure StepIt;

  Increments the position by the 'Step' property (see below)


published properties
--------------------
property Position : Integer

  The position of the progress bar


property Min : Integer

  The minimum value of the progress bar.


property Max : Integer;

  The maximum position of the progress bar.


property Step : Integer

  The step size of the progress bar (see the Stepit method above)


property Visible;   (Standard property)


Published Events
----------------

property OnDragDrop;   (Standard property)
property OnDragOver;   (Standard property)
property OnEndDrag;    (Standard property)

