System.Classes.TStringReader

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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