System.Classes.TStringReader

From RAD Studio API Documentation
Jump to: navigation, search

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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Sydney/e/index.php?title=System.Classes.TStringReader&oldid=624392"