----------------------------------------
Text Reader v2.02 for Delphi
Copyright 1999-2001 by George Barbakadze
All rights reserved

http://ansipars.port5.com
e-mail: support@ansipars.port5.com
----------------------------------------

Compatible with Delphi3, Delphi4, Delphi5.
Requires the component DList v1.3 or later version.

Description
This non visual component can be used for fast syntactical processing of
ansistring 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.3, but if You
do not require this component separately, You can only copy the additional
unit in your Reader directory - DList.pas or DList.dcu.

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

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