[Lazarus] Dear developers... TStream.ReadAnsiString

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Sat Sep 6 19:19:45 CEST 2008


If you want to convert raw data to a string you should assign the
stream holding the data to a TStringStream.

ReadAnsiString can only read data written with WriteAnsiString (or if
you took care to imitate it's format).

-- 
Felipe Monteiro de Carvalho



More information about the Lazarus mailing list