---------------------------------------- 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 Delphi 3/4/5/6. Requires the component DList v1.32 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.32, 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.