[fpc-pascal] TReader Class

Michael Van Canneyt michael at freepascal.org
Mon Feb 15 21:41:18 CET 2010



On Sat, 13 Feb 2010, Justin Smyth wrote:

> Hopefully someone can point me to the right direction here, if this isnt the  right place to ask feel free to point to where i can ask ...
>
> The FPC Class for TReader is missing some procedures as defined in the delphi class of the same name
>
>
> writestr , readstr , writevalue and readvalue.

? Why would you need writestr in a reader ?

Secondly, if I look at TReader, I see:

     function ReadString: string;
     function ReadWideString: WideString;
     function ReadUnicodeString: UnicodeString;
     function ReadValue: TValueType;

So what is the definition of your missing read calls ?


Michael.



More information about the fpc-pascal mailing list