System.Classes.TTextReader
Delphi
TTextReader = class
C++
class PASCALIMPLEMENTATION TTextReader : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
Description
Reader for sequence of characters.
TTextReader represents a reader that can read a sequence of characters. This is an abstract class.
This class is functionally identical to the Microsoft .NET class TextReader.