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 a string.

TStringReader implements a TTextReader that reads from a string.

This class is functionally identical to the Microsoft .NET class StringReader.

See Also


Code Examples