*******************************************************
By : TMS Software
     E-mail: info@tmssoftware.com
     Web : http://www.tmssoftware.com
*******************************************************

TLUCombo & TLUEdit (revision 2.1) :
        LuCombo is a lookup or type-ahead like combo box. While
        typing, the combo box text field is updated if possible
        with values from the list or from files found.
        TLUEdit provides the same lookup mechanism, but based on
        a invisible stringlist property holding the lookup values
        or lookup based on files found.
        This component is freeware The source is available for $30.
        Send cheque or cash for $30 to address above and source code
        will be sent by email.
        If you would like to register TLUCombo & TLUEdit online, you 
        can do the registration at http://www.shareit.com/programs/103312.htm.
        Alternatively, you can go to http://www.shareit.com and enter
        the program number there: 103312. Since the online registration
        for a TMS basic component is valid for several TMS components,
        do not forget to request TLUCombo/TLUEdit by email as well via
        info@tmssoftware.com

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

Revision history:
        Version 1.2 now supports Delphi 2 & Delphi 3 too.
        Version 1.4 has files for C++Builder 1 and C++Builder 3
        Version 1.5 has support for Delphi 4 and lookup based
        on directory structure & files.
        Version 1.6 fixed bug for file lookup
        Version 1.7 added C++Builder 4 support
        Version 1.8 adds persistent automatic lookup history
        Version 1.9 improved persistent history and public methods
                    SavePersist, LoadPersist
        Version 2.0 Added Delphi 5 support
        version 2.1 Added C++Builder 5 support
                    Added flat combobox style
                    Added automatic synchronization with other lookup controls
                    Added OnAddToHistory event

Installation:

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

        2. Select lureg.pas and accept.


Using automatic lookup history persistence:

  The property to control persistence storage location is Persist.
  It contains following sub properties :

  - Enable : true when automatic saving/loading is enabled
  - Storage : specify stInifile or stRegistry to select location for storing
  - Key : registry key or INI filename
  - Section : registry section or section in INI file
  - Count : max. nr of items to save
  - MaxCount : use the max. count property. If false, unlimited.

  When Persist.Enable is true and AutoHistory is true, the items the
  user adds in a LUEdit box or LUCombo box are automatically appended
  to the list of items to do lookup on. These items are automatically
  saved when the app exits and restored when the app reloads. When
  MaxCount is true, only the last Count items are persistent.



