----------------------------------------
Text Reader v3.01 for Delphi 3/4/5/6/7
Copyright 1999 - 2003 by Qarsoft
All rights reserved

http://www.qarsoft.com
info@qarsoft.com
----------------------------------------

Requires the component DList v1.33 or later version.

Description
This non visual component can be used for fast syntactical parsing of
texts. On base of preliminary registration of delimiters and key
words together with the properties, in turn extracts from any text these
elements together with the properties (There are 6 statuses of element:
Word, Integer, StandardNumber, ScientificNumber, KeyWord, Delimiter). Also
is possible to use wildcards for registration of key words and delimiters.


Installation

Copy the following files in your Reader directory

1) ReadReg.pas
2) ReadReg.dcr
3) Reader.pas or Reader.dcu

This component requires installed component Dinamic List v1.33, but if You
do not require this component separately, You can only copy following
unit in your Reader directory - DList.pas or DList.dcu.

Then install component Reader -
Component / Install Component / Browse / ReadReg.pas / Ok / Compile.

Make sure that path of your Reader directory is indicated in -
Tools / Environment Options / Library / Library path.