API:System.Classes.TStringReader

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TTextReaderSystem.TObjectTStringReader

Delphi

TStringReader = class(TTextReader)

C++

class PASCALIMPLEMENTATION TStringReader : public TTextReader

Properties

Type Visibility Source Unit Parent
class public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

Reader for sequence of characters.

System.Classes.TStringReader inherits from System.Classes.TTextReader. All content below this line refers to System.Classes.TTextReader.

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.

See Also