TRichExporter & TMemoExporter components for Delphi 2.0
Version 1.0 - April 17th, 1997

[Introducing]
TRichExporter and TMemoExporter are simple descendants from TRichEdit
and TMemo Delphi components which have one more useful possibility:
they can export files to UNIX and Machintosh platforms.

Both components are identical - the only difference is that first is
descendant from TRichEdit, and the second descendant from TMemo.


[Added Methods]
Note: Theese methods work for both TRichExporter and TMemoExporter.

  - procedure ExportToUNIX(DestFile: string);
    This method exports the file to UNIX platform under DestFile name.

  - procedure ExportToMac(DestFile: string);
    This method exports the file to Machintosh platform under DestFile name.


[About the author]

I'm 15 years old and I live in Zadar, Croatia. I am working with Delphi for
about a year, and I have lots of experience with Turbo Pascal. This is my
fifth component.


[Distribution]

This component is freeware, but if you want to use it your application, please
just e-mail me, even if the message says just:

Hello,
  I'm using your component.
Bye.

Note: Please name the subject after the name of the component.

Any kind of improvements are welcome. Please send them to me.


W A R N I N G:
The author is not liable for any kind of demage caused directly or
indirectly by this component. You use it on your own risk.


[Installation]

To install TRichExporter, do following:
1) In Delphi, from Component menu chose Install
2) Click Add button, and select file rexport.pas
3) Click OK and again OK.
4) TRichExporter component will appear in the Samples palette.

To install TMemoExporter component, repeat the operation, but in step 2
select mexport.pas file.

Note: TRichExporter and TMemoExporter do not depend one on the another.
      You can install just one of them, or both, as you wish.


[Files distributed with this component(s)]

Theese are files you should find in archive:
  rexport.pas    -  Delphi unit. This is the TRichExporter component.
  rexport.dcu    -  Delphi compiled unit. This is a compiled TRichExporter
                    component.
  mexport.pas    -  Delphi unit. This is the TMemoExporter component.
  mexport.dcu    -  Delphi compiled unit. This is a compiled TMemoExporter
                    component.
  readme.txt     -  The file you are reading just now.


[At the end]

Thank you very much for using my component. If you would like to contact
me for any reason, please do so.

Good luck with programming...

Ivan Azic
Put Pudarice 13i
23000 Zadar
CROATIA

E-mail: ivan.azic@zd.tel.hr
WWW: http://jagor.srce.hr/~iazic/

