 TbDBF.dcu - TTbDBF : A custom data set which uses a dBase III+ file
 v 0.95              for single client usage only.
                     Without memo or index support yet.
 Delphi 3            Shareware (commercial fee is USD 15.-)
 C++ Builder 3       Register on http://www.shareit.com/programs/101758.htm

 Author:  Horacio Jamilis
 E-Mail:  terabyte@iname.com
 WWW:     http://members.xoom.com/t_byte/
      or  http://www.geocities.com/SiliconValley/Sector/2369/
 Copyright (C) 1998, Terabyte Computacion

 ===========================================================================
 I have many useful components writen. TTbDBF is just one of them.
 The others are...
  - TbDbase ... a dBase III+ files accessing component set for Delphi 2,3.
                This is not data aware compatible but has it's own data
                aware like components (TbTEXT, TbEDIT and TbMEMO). Support
                multiple concurrent access and memo fields.
  - TbPrint ... a Printing and reporting component set that makes VERY easy
                and VERY fast to make database reports (less than a minute).
                It can print all you want (but only text, no graphics yet), in
                Windows (using a printer driver) or Fast modes (writing directly
                to the printer port, using the device features).
                So, prints very fast.
  - TbLang  ... a MultiLanguage system. With it you could make your programs
                multilingual VERY easy. You could edit all the text strings while
                you are programing (in the Delphi IDE) or later with a stand alone
                aplication. It supports UserStrings (used in the code for messages)
                and Dialogs (MessageDlg, InputBox and InputQuery) with translated
                caption and buttons. You could use all the languages you wish.
  - LinkEdit .. Just an TEdit with an elipsis button in it's right side only when
                the edit is active (with cursor), and alignment options.
 Enjoy Them.
 ===========================================================================
 Now TbDBF is shareware.
 I spend many hours developing this high cuality components, and nobody helps.
 Send you emails to terabyte@iname.com
 Visit us in http://www.geocities.com/SiliconValley/Sector/2369/
 or          http://member.xoom.com/t_byte/
 ===========================================================================
 What comes:
  - Memo fields support
  - MultiUser concurrent access support
  - Index files support (probably dbase iii+ NDX and clipper NTX)
 ===========================================================================
 v 0.95 (31/7/98)
 - Fixed a problem with EOF property.
 - Fixed a problem with BOF property.
 - Added support for <> in the filtering expresion.
 - Added About property.
 - Added a nag screen for the freely distributed component.
 - Created this file.
 - The source is only distributed to registered users.
 - Added the Internet Pages for Terabyte Software components.
 - Added online registration for Terabyte Software components in ShareIt!
 ===========================================================================
 v 0.94 (22/7/98)
 - Fixed field deleting: when deleting the field contents, this was not saved
   in the previous version.
 - Caption for main window of the demo corrected to show the new component's name
   (TTbDBF, not TDbf).
 ===========================================================================
 v 0.93 (16/7/98)
 - Fixed filtering: it was showing one record when no records match the filter.
         now supports compare one field and a constant
         (character, numeric, date or logic).
 - Removed OnFilterRecord event - not implemented yet.
 - Fixed deleting: it was showing one record when all records was deleted.
 - Added CreateTable            - Now writed
 - Added PackTable              - Now writed
 - Component renamed from TDbf to TTbDbf (to include my prefix standard)
 ===========================================================================
 v 0.92
 - Clean the code
 - Removed SortTable            - Never implemented
 - Removed UnSortTable          - Never implemented
 - Removed _CompareRecords      - Never used
 - Removed _SwapRecords         - Never used
 - Removed CreateTable          - Never really implemented
 - Removed PackTable            - Never really implemented
 ===========================================================================
 v 0.91
 - Fixed error on deleting records
 - Added filtering capabilities (work wrong when there are no records within
   the filter expresion - Only support expresion with one field like
   "NUMFIELD>10" or "TEXTFIELD<='TEST'" or "DATEFIELD=19980626"
   (in yyyymmdd format))
   the OnFilterRecord event does not work yet.
 ===========================================================================
 Especial thanks to Michael Beauregard (Michael_Beauregard@mck.com)
 for C++ Builder support!
 Thanks too to all the people that try this component,
 and special thanks to the people that writes to me,
 to report bugs, to comment or just for saying hello to me.
 Again, my email address is terabyte@iname.com
 ===========================================================================