RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringReader Class

Reader for a string.

Pascal
TStringReader = class(TTextReader);
C++
class TStringReader : public TTextReader;

TStringReader implements a TTextReader that reads from a string. 

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!