**********************************************************************
  RTFLABEL
  Copyright  1999-2000
  TMS Software
  E-mail: info@tmssoftware.com
  Web : http://www.tmssoftware.com
**********************************************************************

Delphi 3.0/4.0/5.0 & C++Builder 3.0/4.0/5.0

Files :
-----
  rtfld3.zip : component files for Delphi 3.0
  rtfld4.zip : component files for Delphi 4.0
  rtfld5.zip : component files for Delphi 5.0
  rtflc3.zip : component files for C++Builder 3.0
  rtflc4.zip : component files for C++Builder 4.0
  rtflc5.zip : component files for C++Builder 5.0
  demo.zip   : demo with source code for Delphi 3
  
Release 1.2 :
-------------

 A label with rich text capabilities. Specify through property editor
 at design time or at run-time font, color, alignment, indents of text.


Feature Revision history :
------------------------

 0.5b : first version
 0.6b : fixed problem related to invisible label
 1.0  : improved design time rich text editor
        background label color property added
        Delphi 5 support
 1.1  : methods added :
        CopyToRichEdit, CopyFromRichEdit, Print
 1.2  : Added C++Builder 5 support
        Fixed painting problem for Windows 2000

Installation :
--------------

 In Delphi 3,4,5 or C++Builder 3,4

 Unzip files rtfldX or rtflcX into a component directory

 - Install components,

 - Install into new package (or existing package)

 - Browse for (new) package file

 - Add rtflreg.pas


 In C++Builder 5 

 - Open the package file : RTFLC5.BPK
 - Compile & install
  

Usage :
-------
 This component is freeware for non-commercial applications.
 License for commercial use is equivalent to buying source code,
 and is available for $30. Licensed users get source code updates
 for all 1.x versions. Send cheque or cash for $30 to address above
 and source code will be sent by email immediately upon receipt.
 If you would like to register TRTFLabel 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 TRTFLabel by email as well via
 info@tmssoftware.com


Documentation :
---------------

public methods :

  procedure BeginUpdate;
  procedure EndUpdate;
  procedure CopyFromRichEdit(richedit:TRichEdit);
  procedure CopyToRichEdit(richedit:TRichEdit);
  procedure Print(caption:string);



Help, hints, tips, bug reports :
------------------------------
 Send any remarks to : info@tmssoftware.com
 Please clearly state which Delphi or C++Builder version you are using
 and which version of the component you are using. In case of doubt,
 download the latest version first at http://www.tmssoftware.com
