*******************************************************
Author: Bruno Fierens
        TMS Software
        J. Jordaens str. 11
        B8510 Marke
        Belgium
        Fax : +32 56 359696
        E-mail: bruno.fierens@skynet.be
        http://users.skynet.be/delphi
*******************************************************

TPickDialog (revision 1.4) :
        TPickDialog behaves like a popup listbox from which
        you select items. Returns selected item or items in
        a property. Provides very fast interactive user
        selectable items.
        Delphi 2.0, 3.0,4.0, C++Builder 1,C++Builder 3 support.

Usage:
        This component is freeware for non-commercial applications.
        License is equivalent to buying source code, and is available
        for $25. Licensed users get source code updates for all 1.x
        versions. Send cheque or cash for $25 to address above and
        source code will be sent by email immediately upon receipt.
        TPickDialog is also part of the TMS Component Pack :
        http://users.skynet.be/delphi/tmspack.htm
        
History:
        22/9/98 : First version
        3/10/98 : SelectIndex property is read/write
                  Added SelectObject property
                  Added OkCaption,CancelCaption property
                  Default Cancel and Ok
        4/10/98 : Added component editor to show dialog at design time
        2/11/98 : Added capability to accept on double-click
                  Added selection between screencenter & absolute positioning
        5/12/98 : Added sizing capability with Sizegrp
                  Added toolwindow size
                  Added Show & Hide methods
                  Added OnClickItem, OnDblClickItem events


Known issues:
        There are currently no known problems with TPickDialog
        Let me know if problems show up, or if you wish other
        features for this component.

Files:
        pdlgd2.zip : file for Delphi 2.x
        pdlgd3.zip : file for Delphi 3.x
        pdlgd4.zip : file for Delphi 4.x
        pdlgc1.zip : file for C++Builder 1.x
        pdlgc3.zip : file for C++Builder 3.x

Installation


  - Delphi 2, C++Builder 1


        1. In the Delphi/C++Builder menu select:
               Component >  Install > Add > Browse

        2. Select pdlgreg.pas and accept.

  - Delphi 3, 4 & C++Builder 3

        1. In the Delphi/C++Builder menu select:
               Component >  Install component 

        2. Choose either into a new package or into an existing package

        3. Browse for pdlgreg.pas

